Closed Quuxplusone closed 1 year ago
Notice the harmonizing changes in <unordered_*> and the slightly more invasive harmonizing change in <forward_list>.
<unordered_*>
<forward_list>
Also, the second commit in this PR adds a missing const to one of the ranges-concepts tests, as long as we're touching tests.
const
Merged ce32e057333e410f75a2292772fa2cd67bdb3614!
Notice the harmonizing changes in
<unordered_*>
and the slightly more invasive harmonizing change in<forward_list>
.Also, the second commit in this PR adds a missing
const
to one of the ranges-concepts tests, as long as we're touching tests.