Added missing typename qualifier

[SVN r11165]
This commit is contained in:
John Maddock
2001-09-20 11:45:48 +00:00
parent 187208adf5
commit 1647dd908e

View File

@ -436,9 +436,10 @@ struct def_alloc_param_traits<const wchar_t*>
template <class iterator, class Allocator =
#ifndef BOOST_MSVC
typename
#endif
BOOST_DEFAULT_ALLOCATOR(typename re_detail::def_alloc_param_traits<iterator>::type) >
#else
BOOST_DEFAULT_ALLOCATOR(re_detail::def_alloc_param_traits<iterator>::type) >
#endif
class match_results;
//