open-simulation-platform / cosim-cli

Command-line interface for libcosim
https://open-simulation-platform.github.io/cosim
Mozilla Public License 2.0
10 stars 4 forks source link

VS 2019 build fix #88

Closed frl000 closed 3 years ago

frl000 commented 3 years ago

As VS 2019 is requiring a default destructor, please dump also one to cli_application.hpp classes cli_subcommand and cli_option_set as it has been done in libcosim.

kyllingstad commented 3 years ago

Thanks for the report!