Mooophy / Cpp-Primer

C++ Primer 5 answers
Creative Commons Zero v1.0 Universal
8.06k stars 3k forks source link

fix: Fix 6.18 #831

Closed Crazyokd closed 1 year ago

Crazyokd commented 1 year ago

the compare function should not change the value, so the declaration should use const.