mirror of
https://github.com/boostorg/type_traits.git
synced 2025-08-01 21:44:30 +02:00
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