mirror of
https://github.com/boostorg/regex.git
synced 2025-07-13 12:26:37 +02:00
Added missing typename qualifier
[SVN r11165]
This commit is contained in:
@ -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;
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user