[libcxx-commits] [libcxx] [libc++][tuple][utility] P2968R2 Make `std::ignore` a first-class object (PR #97401)
Hristo Hristov via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Jul 7 04:17:02 PDT 2024
================
@@ -274,6 +274,10 @@ template <class T>
#include <compare>
#include <initializer_list>
+// [tuple.creation]
+
+#include <__tuple/ignore.h>
----------------
H-G-Hristov wrote:
I added the requested tests. Hopefully they match the required style.
https://github.com/llvm/llvm-project/pull/97401
More information about the libcxx-commits
mailing list