Skip to content

Commit 371914a

Browse files
committed
Remove use of obsolete BOOST_TT_BROKEN_COMPILER_SPEC
[SVN r86250]
1 parent 8021a21 commit 371914a

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

include/boost/python/type_id.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
# include <boost/static_assert.hpp>
1616
# include <boost/detail/workaround.hpp>
1717
# include <boost/type_traits/same_traits.hpp>
18-
# include <boost/type_traits/broken_compiler_spec.hpp>
1918

2019
# ifndef BOOST_PYTHON_HAVE_GCC_CP_DEMANGLE
2120
# if defined(__GNUC__) \

test/const_argument.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#include <boost/type_traits/broken_compiler_spec.hpp>
1313
using namespace boost::python;
1414

15-
BOOST_TT_BROKEN_COMPILER_SPEC( object )
1615

1716
#if BOOST_WORKAROUND(BOOST_MSVC, == 1200)
1817
bool accept_const_arg( object );

0 commit comments

Comments
 (0)