mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-26 15:12:01 +00:00
e08a58111d
When the user defines _GLIBCXX_USE_CXX11_ABI=0 to force the pre-c++11 ABI, numpy.h assumes that is_trivially_copyable is available. It is not necessarily the case. This patch uses clang's feature detection instead. The workaround is for certain libstdc++ versions, so the test should target these particular versions. |
||
---|---|---|
.. | ||
pybind11 |