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:
2
include/boost/python/pure_virtual.hpp
Executable file → Normal file
2
include/boost/python/pure_virtual.hpp
Executable file → Normal 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();
|
||||
|
||||
Reference in New Issue
Block a user