mirror of
https://github.com/jarro2783/cxxopts.git
synced 2026-09-03 03:13:38 +02:00
This removes the `final` on the class, and the `virtual` keyword on the functions that made `final` necessary. They shouldn't have been virtual in the first place since nothing derives from it. This hopefully doesn't reintroduce the non-virtual-destructor warning.