mirror of
https://github.com/CLIUtils/CLI11.git
synced 2026-01-19 04:52:08 +00:00
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:
@@ -44,7 +44,7 @@ int main(int argc, char **argv) {
|
||||
|
||||
// CLI11's built in enum streaming can be used outside CLI11 like this:
|
||||
using CLI::enums::operator<<;
|
||||
std::cout << "Enum received: " << level << std::endl;
|
||||
std::cout << "Enum received: " << level << '\n';
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user