beman-project / optional26

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

Implement P3168R1: Give std::optional Range Support #9

Closed neatudarius closed 3 months ago

neatudarius commented 3 months ago

Implement P3168R1: Give std::optional Range Support - issue #14 .

Note: __cpp_lib_format_ranges available only on clang (check comments from optional.hpp.

steve-downey commented 3 months ago

Getting 24.10 is unexpected - what we want is 24.04, which also isn't or wasn't ubuntu-latest yet. Will address in a different PR.

neatudarius commented 3 months ago

Getting 24.10 is unexpected - what we want is 24.04, which also isn't or wasn't ubuntu-latest yet. Will address in a different PR.

OK. We can address it in issue - #1