Created on 2007-01-23.00:00:00 last changed 183 months ago
Proposed resolution:
Change [re.regex.construct]:
template <classForwardIteratorInputIterator> basic_regex(ForwardIteratorInputIterator first,ForwardIteratorInputIterator last, flag_type f = regex_constants::ECMAScript);
Section [re.regex] lists a constructor
template<class InputIterator>
basic_regex(InputIterator first, InputIterator last,
flag_type f = regex_constants::ECMAScript);
However, in section [re.regex.construct], this constructor takes a pair of ForwardIterator.
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-10-21 18:28:33 | admin | set | messages: + msg3263 |
| 2007-01-23 00:00:00 | admin | create | |