nlohmann / fifo_map

a FIFO-ordered associative container for C++
MIT License
179 stars 77 forks source link

Fixed warning: error: catching polymorphic type ‘class std::out_of_ra… #14

Closed spineight closed 2 years ago

spineight commented 2 years ago
  1. Fixed warning of catching exception by value
  2. Extended compiler flags in cmake to warn about possible inefficencies
spineight commented 2 years ago

closes https://github.com/nlohmann/fifo_map/issues/15

nlohmann commented 2 years ago

Thanks!