2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-19 16:32:16 +00:00
vslashg f2c465ffa5 Fix auto-pointer registration in Boost Python 1.60.
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.
2016-02-29 13:33:35 -05:00
2015-08-05 07:14:37 -04:00
2015-06-30 18:09:40 -04:00
2015-06-30 18:09:40 -04:00
2006-09-20 22:49:18 +00:00
2006-09-20 22:49:18 +00:00
2006-01-31 03:26:46 +00:00
2006-01-31 03:26:46 +00:00
Description
Mirrored via gitea-mirror
22 MiB
Languages
C++ 87.7%
Python 11.6%
CMake 0.3%
C 0.3%