From 371914a0e05a3aa57f7b960b3309329bbb61036c Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Fri, 11 Oct 2013 23:23:26 +0000 Subject: [PATCH] Remove use of obsolete BOOST_TT_BROKEN_COMPILER_SPEC [SVN r86250] --- include/boost/python/type_id.hpp | 1 - test/const_argument.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/include/boost/python/type_id.hpp b/include/boost/python/type_id.hpp index f22e5b9b..38b7f7b4 100644 --- a/include/boost/python/type_id.hpp +++ b/include/boost/python/type_id.hpp @@ -15,7 +15,6 @@ # include # include # include -# include # ifndef BOOST_PYTHON_HAVE_GCC_CP_DEMANGLE # if defined(__GNUC__) \ diff --git a/test/const_argument.cpp b/test/const_argument.cpp index 6c5a8945..0c5c5549 100644 --- a/test/const_argument.cpp +++ b/test/const_argument.cpp @@ -12,7 +12,6 @@ #include using namespace boost::python; -BOOST_TT_BROKEN_COMPILER_SPEC( object ) #if BOOST_WORKAROUND(BOOST_MSVC, == 1200) bool accept_const_arg( object );