mirror of
https://github.com/boostorg/regex.git
synced 2025-07-16 22:02:08 +02:00
Add missing typename
[SVN r15905]
This commit is contained in:
@ -236,7 +236,7 @@ _priv_match_data<iterator, Allocator>::_priv_match_data(const match_results_base
|
|||||||
caccumulators = 0;
|
caccumulators = 0;
|
||||||
loop_starts = 0;
|
loop_starts = 0;
|
||||||
state_count = 0;
|
state_count = 0;
|
||||||
estimate_max_state_count(a, b, states, static_cast<regex_iterator_traits<iterator>::iterator_category*>(0));
|
estimate_max_state_count(a, b, states, static_cast<typename regex_iterator_traits<iterator>::iterator_category*>(0));
|
||||||
}
|
}
|
||||||
|
|
||||||
template <class iterator, class Allocator>
|
template <class iterator, class Allocator>
|
||||||
|
Reference in New Issue
Block a user