update supported cmake versions and add some tests with newer compilers (#972)

Update and test with some newer compilers and cmake versions

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Philip Top
2024-01-08 05:40:26 -08:00
committed by GitHub
parent 9dfeefe2ba
commit 35aa92d71a
41 changed files with 416 additions and 356 deletions

View File

@@ -283,7 +283,7 @@ CLI::Option* opt = app.add_flag("--opt");
CLI11_PARSE(app, argv, argc);
if(* opt)
std::cout << "Flag received " << opt->count() << " times." << std::endl;
std::cout << "Flag received " << opt->count() << " times." << '\n';
```
## Inheritance of defaults