From da01e9b6603bd37abeccc597d75825701e866826 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Wed, 25 Sep 2013 10:29:44 +0000 Subject: [PATCH] Remove use of obsolete BOOST_APPEND_EXPLICIT_TEMPLATE_TYPE{,_SPEC} macro. [SVN r85896] --- include/boost/python/pure_virtual.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 include/boost/python/pure_virtual.hpp diff --git a/include/boost/python/pure_virtual.hpp b/include/boost/python/pure_virtual.hpp old mode 100755 new mode 100644 index b3b34ffc..58e9aede --- a/include/boost/python/pure_virtual.hpp +++ b/include/boost/python/pure_virtual.hpp @@ -47,7 +47,7 @@ namespace detail // replaced by void, and whose first argument is replaced by C&. template typename replace_front2::type - error_signature(S BOOST_APPEND_EXPLICIT_TEMPLATE_TYPE(C)) + error_signature(S) { typedef typename replace_front2::type r; return r();