-
- Downloads
MultiOption: Use std::variant instead of boost::variant
* C++17's `std::variant` is used instead of `boost::variant`. * `std::stoi` and `std:stod` are used instead of `boost::lexical_cast`. * `value_str` method is added to return a string representation of the option's value.
parent
6bafb3fd
No related branches found
No related tags found
Please register or sign in to comment