Ali Mohammad Pur
221ecf17d3
AK: Allow Optional<T&> to exist
...
This implements Optional<T&> as a T*, whose presence has been missing
since the early days of Optional.
As a lot of find_foo() APIs return an Optional<T> which imposes a
pointless copy on the underlying value, and can sometimes be very
misleading, with this change, those APIs can return Optional<T&>.
2022-04-04 12:48:31 +02:00
..
2022-04-04 12:48:31 +02:00
2022-04-03 21:51:58 +02:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-02-16 19:49:41 -05:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-01-24 19:29:06 +00:00
2022-03-24 11:57:51 +01:00
2022-04-01 21:24:45 +01:00
2021-11-29 23:17:05 +03:30
2022-04-01 21:24:45 +01:00
2022-03-16 15:44:52 +00:00
2022-04-01 21:24:45 +01:00
2022-03-20 22:20:59 +01:00
2022-03-29 02:52:57 +02:00
2021-09-28 18:36:20 +03:30
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2021-12-19 14:22:06 -08:00
2022-03-29 01:01:32 +02:00
2021-10-06 19:21:35 +02:00
2022-01-31 18:23:22 +00:00
2022-04-01 21:24:45 +01:00
2022-04-03 19:16:03 +02:00
2022-02-15 10:13:19 -05:00
2022-04-01 21:24:45 +01:00
2022-03-10 12:04:22 -05:00
2022-03-18 01:12:12 +01:00
2022-04-01 21:24:45 +01:00
2022-03-29 01:01:32 +02:00