2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 18:12:43 +00:00

Stop testing c++98 support

This commit is contained in:
Stefan Seefeld
2025-11-02 09:33:34 -05:00
parent 608ec27c4d
commit 5d7b9a0648
10 changed files with 23 additions and 21 deletions

View File

@@ -8,6 +8,8 @@
# ifndef BOOST_NO_AUTO_PTR
# include <boost/python/detail/is_xxx.hpp>
# include <memory>
# else
# include <boost/mpl/bool.hpp>
# endif
namespace boost { namespace python { namespace detail {