Skip to content

Commit da01e9b

Browse files
committed
Remove use of obsolete BOOST_APPEND_EXPLICIT_TEMPLATE_TYPE{,_SPEC} macro.
[SVN r85896]
1 parent a89bf7e commit da01e9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/boost/python/pure_virtual.hpp

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ namespace detail
4747
// replaced by void, and whose first argument is replaced by C&.
4848
template <class C, class S>
4949
typename replace_front2<S,void,C&>::type
50-
error_signature(S BOOST_APPEND_EXPLICIT_TEMPLATE_TYPE(C))
50+
error_signature(S)
5151
{
5252
typedef typename replace_front2<S,void,C&>::type r;
5353
return r();

0 commit comments

Comments
 (0)