Skip to content

Commit 8021a21

Browse files
committed
Remove remaining occurances of BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
These evaded scripting. [SVN r86249]
1 parent 9ceb9c0 commit 8021a21

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

include/boost/python/converter/registered.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ struct registered
4444
{
4545
};
4646

47-
# if !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) \
48-
&& !BOOST_WORKAROUND(BOOST_MSVC, BOOST_TESTED_AT(1310))
47+
# if !BOOST_WORKAROUND(BOOST_MSVC, BOOST_TESTED_AT(1310))
4948
// collapses a few more types to the same static instance. MSVC7.1
5049
// fails to strip cv-qualification from array types in typeid. For
5150
// some reason we can't use this collapse there or array converters

0 commit comments

Comments
 (0)