2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 06:02:14 +00:00

Remove use of obsolete BOOST_APPEND_EXPLICIT_TEMPLATE_TYPE{,_SPEC} macro.

[SVN r85896]
This commit is contained in:
Stephen Kelly
2013-09-25 10:29:44 +00:00
parent a89bf7e9e8
commit da01e9b660

2
include/boost/python/pure_virtual.hpp Executable file → Normal file
View File

@@ -47,7 +47,7 @@ namespace detail
// replaced by void, and whose first argument is replaced by C&.
template <class C, class S>
typename replace_front2<S,void,C&>::type
error_signature(S BOOST_APPEND_EXPLICIT_TEMPLATE_TYPE(C))
error_signature(S)
{
typedef typename replace_front2<S,void,C&>::type r;
return r();