summaryrefslogtreecommitdiff
path: root/boost/python/to_python_converter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/python/to_python_converter.hpp')
-rw-r--r--boost/python/to_python_converter.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/boost/python/to_python_converter.hpp b/boost/python/to_python_converter.hpp
index 378d159e97..4391b6dce9 100644
--- a/boost/python/to_python_converter.hpp
+++ b/boost/python/to_python_converter.hpp
@@ -48,12 +48,7 @@ template < class T, class Conversion, bool has_get_pytype=false >
struct to_python_converter
{
#ifndef BOOST_PYTHON_NO_PY_SIGNATURES
-#if 0 //defined _MSC_VER && _MSC_VER >=1310
- //probably other compilers could come here as well
- typedef typename detail::test_get_pytype<Conversion> HasGetPytype;
-#else
typedef boost::mpl::bool_<has_get_pytype> HasGetPytype;
-#endif
static PyTypeObject const* get_pytype_1(boost::mpl::true_ *)
{