tcbrindle / cpp17_headers

C++17 library facilities for older compilers
145 stars 27 forks source link

optional::has_value feature request #13

Closed jwnimmer-tri closed 6 years ago

jwnimmer-tri commented 6 years ago

The repository at https://github.com/akrzemi1/Optional has a few new changes to optional, namely reset() and has_value(). Any chance we could get a refresh merged into this repository? I could work up a PR if that's helpful.