mirror of
https://github.com/jarro2783/cxxopts.git
synced 2026-09-05 11:35:25 +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.