From 4b4d429b2b7bd529e2d1f91c1416cd2d8879e7fa Mon Sep 17 00:00:00 2001 From: Eric Friedman Date: Sun, 10 Aug 2003 08:12:31 +0000 Subject: [PATCH] Added BOOST_EXPLICIT_TEMPLATE_TYPE_SPEC, etc. [SVN r19503] --- include/boost/variant/detail/forced_return.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/variant/detail/forced_return.hpp b/include/boost/variant/detail/forced_return.hpp index 7189b34..30fe912 100644 --- a/include/boost/variant/detail/forced_return.hpp +++ b/include/boost/variant/detail/forced_return.hpp @@ -53,7 +53,7 @@ inline T forced_return( BOOST_EXPLICIT_TEMPLATE_TYPE(T) ) } template <> -inline void forced_return( BOOST_EXPLICIT_TEMPLATE_TYPE(void) ) +inline void forced_return( BOOST_EXPLICIT_TEMPLATE_TYPE_SPEC(void) ) { // logical error: should never be here! (see above) BOOST_ASSERT(false);