You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cxxopts::OptionParseException deprecated in newest version of cxxopts
cuase the compiling error as follow:
config-cpp.cpp: In member function‘boolConfigCpp::ConfigCpp::ReadInConfig()’:
config-cpp.cpp:176:27: error: ‘OptionParseException’ in namespace ‘cxxopts’ does not name a type
176 | } catch (cxxopts::OptionParseException &e) {
| ^~~~~~~~~~~~~~~~~~~~
config-cpp.cpp:178:39: error: ‘e’ was not declared in this scope
178 | std::cout <<"Error: " << e.what() << "\n"; | ^At global scope:cc1plus: warning: unrecognized command line option ‘-Wno-predefined-identifier-outside-function’
The text was updated successfully, but these errors were encountered:
cxxopts::OptionParseException deprecated in newest version of cxxopts
cuase the compiling error as follow:
The text was updated successfully, but these errors were encountered: