robin-map icon indicating copy to clipboard operation
robin-map copied to clipboard

fix const reference return by iterator

Open firedtoad opened this issue 2 years ago • 1 comments

firedtoad avatar May 27 '23 15:05 firedtoad

Casting std::pair<T, U> to std::pair<const T, U> is not a defined behaviour https://stackoverflow.com/questions/14272141/is-casting-stdpairt1-t2-const-to-stdpairt1-const-t2-const-safe

Tessil avatar Mar 17 '24 21:03 Tessil