Opened 9 years ago
#9194 new Bugs
Compilation error with Boost.Python
| Reported by: | Owned by: | Ralf W. Grosse-Kunstleve | |
|---|---|---|---|
| Milestone: | Boost 1.55.0 | Component: | python USE GITHUB |
| Version: | Boost 1.55.0 | Severity: | Showstopper |
| Keywords: | Cc: |
Description
Extra ")" in
In file included from /mnt/server/grups/boost-1.55.0/include/boost/python/class.hpp:17:0,
from /mnt/server/grups/boost-1.55.0/include/boost/python.hpp:18,
from /mnt/server/grups/src/cttc-pce/pce-unstable/apps/server/plugins/management/mgmt_cli/cli_python_plugin_loader.cpp:1:
/mnt/server/grups/boost-1.55.0/include/boost/python/data_members.hpp:308:47: error: missing '(' in expression
# if BOOST_WORKAROUND(__EDG_VERSION__, <= 238))
The fix seems straightforward
Note:
See TracTickets
for help on using tickets.
