[libcxx-commits] [libcxx] [libc++] Partially implement P2846R6: `reserve_hint` (PR #206385)

Hristo Hristov via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jul 10 02:49:58 PDT 2026


================
@@ -78,4 +86,4 @@ void test() {
 
   // expected-warning at +1 {{ignoring return value of function declared with 'nodiscard' attribute}}
   std::views::enumerate(range);
-}
\ No newline at end of file
+}
----------------
Zingam wrote:

Thanks!

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


More information about the libcxx-commits mailing list