-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix include of makePyConstructor inside pxr ns.
* Adjusts pxr namespace and Tf_MakePyConstructor not to wrap the import from within the opened scopes, but to instead open the namespaced scopes upon each individual independent iteration on BOOST_PP_ITERATE. * Without this fix we recieve the following: error: redundant #include of module 'Tf' appears within namespace 'Pixar::Tf_MakePyConstructor': #include BOOST_PP_FILENAME_1 ^ Tf/makePyConstructor.h:108:1: note: namespace 'Pixar::Tf_MakePyConstructor' begins here: namespace Tf_MakePyConstructor {
- Loading branch information
Showing
3 changed files
with
18 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters