We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a89bf7e commit da01e9bCopy full SHA for da01e9b
1 file changed
include/boost/python/pure_virtual.hpp
100755
100644
@@ -47,7 +47,7 @@ namespace detail
47
// replaced by void, and whose first argument is replaced by C&.
48
template <class C, class S>
49
typename replace_front2<S,void,C&>::type
50
- error_signature(S BOOST_APPEND_EXPLICIT_TEMPLATE_TYPE(C))
+ error_signature(S)
51
{
52
typedef typename replace_front2<S,void,C&>::type r;
53
return r();
0 commit comments