format exlcude for gcc12 support

master v0.1.7
cobrapitz 3 years ago
parent 46d91adbdd
commit 91257c11ee

@ -2,8 +2,9 @@
#include "cb/argparser/argument_parser.h"
#include "cb/argparser/argument.h"
#ifndef CB_EXCLUDE_FORMATTED_PRINTS
#include <format>
#endif
cb::argparser::Argument::Argument(std::string content, cb::argparser::Type type) : content{std::move(content)}, type{type} {
if (type == Type::BOOL_TYPE && this->content == "false") {

Loading…
Cancel
Save