forked from boostorg/type_traits
use BOOST_NESTED_TEMPLATE
[SVN r19064]
This commit is contained in:
@ -56,7 +56,7 @@ struct is_function_chooser<false>
|
||||
template <typename T>
|
||||
struct is_function_impl
|
||||
: is_function_chooser< ::boost::is_reference<T>::value >
|
||||
::template result_<T>
|
||||
::BOOST_NESTED_TEMPLATE result_<T>
|
||||
{
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user