Skip to content
Commit 16da3240 authored by Marshall Clow's avatar Marshall Clow
Browse files

Implement LWG issue 2306: match_results::reference should be value_type&, not...

Implement LWG issue 2306: match_results::reference should be value_type&, not const value_type&. This is a general move by the LWG to have the reference type of read-only containers be a non-const reference; however, there are no methods that return a non-const reference to a match_result entry, so there's no worries about getting a non-const reference to a constant object.

llvm-svn: 202214
parent 0c12b1d2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment