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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user