2
0
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:
Stephen Kelly
2013-10-11 23:23:26 +00:00
parent 8021a21abb
commit 371914a0e0
2 changed files with 0 additions and 2 deletions

View File

@@ -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__) \

View File

@@ -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 );