mirror of
https://github.com/boostorg/python.git
synced 2026-01-19 16:32:16 +00:00
Remove use of obsolete BOOST_TT_BROKEN_COMPILER_SPEC
[SVN r86250]
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
# include <boost/static_assert.hpp>
|
||||
# include <boost/detail/workaround.hpp>
|
||||
# include <boost/type_traits/same_traits.hpp>
|
||||
# include <boost/type_traits/broken_compiler_spec.hpp>
|
||||
|
||||
# ifndef BOOST_PYTHON_HAVE_GCC_CP_DEMANGLE
|
||||
# if defined(__GNUC__) \
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
#include <boost/type_traits/broken_compiler_spec.hpp>
|
||||
using namespace boost::python;
|
||||
|
||||
BOOST_TT_BROKEN_COMPILER_SPEC( object )
|
||||
|
||||
#if BOOST_WORKAROUND(BOOST_MSVC, == 1200)
|
||||
bool accept_const_arg( object );
|
||||
|
||||
Reference in New Issue
Block a user