mirror of
https://github.com/jarro2783/cxxopts.git
synced 2026-09-01 02:37:04 +02:00
g++ 8.2.0 refuses to compile the test suite because of polymorphic types that are caught by value. They shall be caught by reference instead.