boostorg / optional

Boost.org optional module
http://boost.org/libs/optional
57 stars 68 forks source link

Implement the range interface for `optional` #131

Open akrzemi1 opened 2 weeks ago

akrzemi1 commented 2 weeks ago

Implement P3168R2 in Boost.Optional in a C++11-compatible manner.

typenameTea commented 2 weeks ago

Thanks for raising the issue :slightly_smiling_face:

I'll be looking into implementing this

akrzemi1 commented 2 weeks ago

Thank you!

akrzemi1 commented 2 weeks ago

The following are criteria for a successful implementation.