[libcxx-commits] [libcxx] [libc++] Implement P2988R12: `std::optional<T&>` (PR #155202)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Nov 9 02:29:25 PST 2025
================
@@ -0,0 +1,74 @@
+//===----------------------------------------------------------------------===//
----------------
frederick-vs-ja wrote:
Why isn't this a `.compile.pass.cpp`? We don't test anything that related to runtime behavior here.
https://github.com/llvm/llvm-project/pull/155202
More information about the libcxx-commits
mailing list