cxxopt/include
Christoph Weiss e96358dc3b Remove harmful dtor definition
The definition of the dtor is not necessary and actually harmful since
the definition of a class's implicit copy constructor is deprecated if
that class has a user-declared constructor as of C++11.  Compilers can
warn about this with `-Wdeprecated`.
2025-03-20 17:28:30 +01:00
..
CMakeLists.txt Cmake Revamp (#270) 2021-01-17 12:11:02 +11:00
cxxopts.hpp Remove harmful dtor definition 2025-03-20 17:28:30 +01:00