15 Sep
2024
15 Sep
'24
7:25 p.m.
On 9/15/24 20:55, Andrzej Krzemienski via Boost wrote:
The usages for the interop with ranges were given, but it looks like there are no other usages not involving ranges.
I'm not familiar with ranges, but is there an integration layer that would allow std::/boost::optional plug into the ranges infrastructure without modification? Some sort of traits that could be specialized or ADL-found free functions? For example, we could provide begin()/end() overloads for boost::optional.