[libcxx-commits] [libcxx] [libc++] Implement P2988R12: `std::optional<T&>` (PR #155202)

Hristo Hristov via libcxx-commits libcxx-commits at lists.llvm.org
Sat Nov 29 22:34:45 PST 2025


================
@@ -210,6 +210,7 @@ namespace std {
 #  include <__iterator/wrap_iter.h>
 #  include <__memory/addressof.h>
 #  include <__memory/construct_at.h>
+#  include <__ranges/enable_borrowed_range.h>
----------------
H-G-Hristov wrote:

@smallp-o-p I noticed that you didn't update the synopsis. Can you please update it. I think its preferable if you do it yourself.

https://github.com/llvm/llvm-project/pull/155202


More information about the libcxx-commits mailing list