mirror of
https://github.com/boostorg/regex.git
synced 2025-07-13 20:36:39 +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 =
|
template <class iterator, class Allocator =
|
||||||
#ifndef BOOST_MSVC
|
#ifndef BOOST_MSVC
|
||||||
typename
|
BOOST_DEFAULT_ALLOCATOR(typename re_detail::def_alloc_param_traits<iterator>::type) >
|
||||||
#endif
|
#else
|
||||||
BOOST_DEFAULT_ALLOCATOR(re_detail::def_alloc_param_traits<iterator>::type) >
|
BOOST_DEFAULT_ALLOCATOR(re_detail::def_alloc_param_traits<iterator>::type) >
|
||||||
|
#endif
|
||||||
class match_results;
|
class match_results;
|
||||||
|
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user