We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TF_PP_CAT
boost/preprocessor
pxr/usd/pcp/diagnostic.h and pxr/base/tf/pyModule.h bring in the boost/preprocessor library solely for BOOST_PP_CAT.
pxr/usd/pcp/diagnostic.h
pxr/base/tf/pyModule.h
BOOST_PP_CAT
Using TF_PP_CAT in these cases reduces the dependencies on boost/preprocessor.
N/A
The text was updated successfully, but these errors were encountered:
I have a fix.
Sorry, something went wrong.
Filed as internal issue #USD-7981
tf/staticTokens.h
This was addressed by #2645 and #2249
No branches or pull requests
Description of Issue
pxr/usd/pcp/diagnostic.h
andpxr/base/tf/pyModule.h
bring in theboost/preprocessor
library solely forBOOST_PP_CAT
.Using
TF_PP_CAT
in these cases reduces the dependencies onboost/preprocessor
.Steps to Reproduce
N/A
System Information (OS, Hardware)
N/A
Package Versions
N/A
Build Flags
N/A
The text was updated successfully, but these errors were encountered: