mirror of
https://github.com/boostorg/python.git
synced 2026-01-19 16:32:16 +00:00
f2c465ffa508459216f7093bf95ba001ad994206
The conditional instantiation magic of maybe_register_pointer_to_python() assumes that use_value_holder and use_back_reference will be one of the boost::mpl::bool_ types, but this assumption is no longer true in Boost 1.60, where they can be standard library bool wrappers instead. Explicitly defining these types as mpl::bool_ classes fixes https://github.com/boostorg/python/issues/56.
Delay the warning that the Boost.Python Jamfile emits, until someone actually tries to use the library. Fixes #2417.
libs/python/pyste/src/Pyste/GCCXMLParser.py: applying python2.5-elementtree.patch from Trac Ticket #2208
Description
Mirrored via gitea-mirror
Languages
C++
87.7%
Python
11.6%
CMake
0.3%
C
0.3%