* Fixes #245: * Added a new exception type: `option_has_no_value_exception`; throwing it when an option has no value we can cast with `as()`, instead of an `std::domain_error`. * The `OptionValue` type now holds a pointer to the long option name (in its corresponding key within ParseResults's `m_results` field. |
||
|---|---|---|
| .. | ||
| add-subdirectory-test | ||
| find-package-test | ||
| .gitignore | ||
| catch.hpp | ||
| CMakeLists.txt | ||
| link_a.cpp | ||
| link_b.cpp | ||
| main.cpp | ||
| options.cpp | ||