2
0
mirror of https://github.com/catchorg/Catch2 synced 2026-02-13 13:02:14 +00:00
Files
Catch2/src
Martin Hořeňovský 2520ad4b6e Return const_iterator from Column::begin/end const
This is what should normally happen, even if it does not change
anything given that `Column::const_iterator` is currently a typedef
for `Column::iterator`.
2021-10-31 12:59:00 +01:00
..