Skip to content
Snippets Groups Projects
Commit c80d32e5 authored by Martin Wölzer's avatar Martin Wölzer
Browse files

src/include/clapp/option.h: basic_option_t: changed implementation

- type of basic_option_t::_value changed from std::optional<T> to T.
- `operator bool()` now returns `_value != default_value` instead of `has_value()`.
parent 87009b14
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment