beman-project / optional26

Beman.Optional26: `std::optional` extensions targeting C++26
Apache License 2.0
13 stars 8 forks source link

Implement proposal P2988: std::optional<T&> #19

Open neatudarius opened 3 months ago

neatudarius commented 3 months ago

Implement proposal P2988: std::optional<T&>.

Note: Since Beman.Optional26 was created from https://github.com/steve-downey/optional_ref, this proposal is already partially or fully implmented. This issue tracks the progress for future revisions.