use BOOST_NESTED_TEMPLATE

[SVN r19064]
This commit is contained in:
Jens Maurer
2003-07-11 16:57:35 +00:00
parent d234acc0c7
commit 35e8b1e042

View File

@ -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>
{
};