#3843 closed Bugs (fixed)
boost/python/module_init.hpp: use PP to expand macros correctly
Reported by: | Owned by: | Ralf W. Grosse-Kunstleve | |
---|---|---|---|
Milestone: | Boost 1.42.0 | Component: | python USE GITHUB |
Version: | Boost 1.41.0 | Severity: | Problem |
Keywords: | Cc: |
Description
This patch replaces use of ## and # with BOOST_PP_CAT and BOOST_PP_STRINGIZE. This is needed so that python module names can be programmatically generated.
Attachments (1)
Change History (5)
by , 13 years ago
Attachment: | boost_python_modules_init.hpp.patch added |
---|
comment:1 by , 12 years ago
I'll try out this patch in our own multi-platform build tonight. If it works as expected I'll check it into the trunk tomorrow morning PDT.
comment:2 by , 12 years ago
Owner: | changed from | to
---|
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Checked in as boost trunk svn revision 63777 .
comment:4 by , 12 years ago
Merged into release branch as revision 63937. The change will be included in the 1.44 release.
Note:
See TracTickets
for help on using tickets.
Patch