We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ceb9c0 commit 8021a21Copy full SHA for 8021a21
1 file changed
include/boost/python/converter/registered.hpp
@@ -44,8 +44,7 @@ struct registered
44
{
45
};
46
47
-# if !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) \
48
- && !BOOST_WORKAROUND(BOOST_MSVC, BOOST_TESTED_AT(1310))
+# if !BOOST_WORKAROUND(BOOST_MSVC, BOOST_TESTED_AT(1310))
49
// collapses a few more types to the same static instance. MSVC7.1
50
// fails to strip cv-qualification from array types in typeid. For
51
// some reason we can't use this collapse there or array converters
0 commit comments