Skip to content

HYDRA-1637 - Enable standard conformant preprocessor to fix Intellisense #4215

New issue

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

Draft
wants to merge 7 commits into
base: dev
Choose a base branch
from

Conversation

cossetr-adsk
Copy link
Collaborator

@cossetr-adsk cossetr-adsk self-assigned this May 7, 2025
@barbalt barbalt assigned cossetr-adsk and unassigned cossetr-adsk May 7, 2025
@cossetr-adsk cossetr-adsk marked this pull request as draft May 7, 2025 17:30
@@ -36,6 +36,8 @@ set(MSVC_FLAGS
/Zc:__cplusplus
# standards compliant.
/Zc:rvalueCast
# Enable standard compliant preprocessor to fix issues with Intellisense
$<$<BOOL:$<VERSION_GREATER_EQUAL:${USD_VERSION},0.24.08>>:/Zc:preprocessor>
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Support for standard conformant preprocessor added in USD 24.08 and up in these commits:

@seando-adsk seando-adsk added the do-not-merge-yet Development is not finished, PR not ready for merge label Jul 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do-not-merge-yet Development is not finished, PR not ready for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants