2
0
mirror of https://github.com/boostorg/variant.git synced 2026-02-13 00:52:10 +00:00

Added BOOST_EXPLICIT_TEMPLATE_TYPE_SPEC, etc.

[SVN r19503]
This commit is contained in:
Eric Friedman
2003-08-10 08:12:31 +00:00
parent f5df0a22f7
commit 4b4d429b2b

View File

@@ -53,7 +53,7 @@ inline T forced_return( BOOST_EXPLICIT_TEMPLATE_TYPE(T) )
}
template <>
inline void forced_return<void>( BOOST_EXPLICIT_TEMPLATE_TYPE(void) )
inline void forced_return<void>( BOOST_EXPLICIT_TEMPLATE_TYPE_SPEC(void) )
{
// logical error: should never be here! (see above)
BOOST_ASSERT(false);