[libcxx-commits] [libcxx] [libc++][tuple][utility] P2968R2 Make `std::ignore` a first-class object (PR #97401)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jul 5 11:16:02 PDT 2024
================
@@ -274,6 +274,10 @@ template <class T>
#include <compare>
#include <initializer_list>
+// [tuple.creation]
+
+#include <__tuple/ignore.h>
----------------
mordante wrote:
I like to see a test that `std::ignore` is available when only including `<utility>` and a separate test for only including `<tuple>`.
https://github.com/llvm/llvm-project/pull/97401
More information about the libcxx-commits
mailing list