We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8021a21 commit 371914aCopy full SHA for 371914a
2 files changed
include/boost/python/type_id.hpp
@@ -15,7 +15,6 @@
15
# include <boost/static_assert.hpp>
16
# include <boost/detail/workaround.hpp>
17
# include <boost/type_traits/same_traits.hpp>
18
-# include <boost/type_traits/broken_compiler_spec.hpp>
19
20
# ifndef BOOST_PYTHON_HAVE_GCC_CP_DEMANGLE
21
# if defined(__GNUC__) \
test/const_argument.cpp
@@ -12,7 +12,6 @@
12
#include <boost/type_traits/broken_compiler_spec.hpp>
13
using namespace boost::python;
14
-BOOST_TT_BROKEN_COMPILER_SPEC( object )
#if BOOST_WORKAROUND(BOOST_MSVC, == 1200)
bool accept_const_arg( object );
0 commit comments