We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df1ab2a commit e0234feCopy full SHA for e0234fe
libc/src/__support/CPP/tuple.h
@@ -124,7 +124,7 @@ LIBC_INLINE constexpr auto tuple_cat(const Tuples &...tuples) {
124
} // namespace cpp
125
} // namespace LIBC_NAMESPACE_DECL
126
127
-// For structured binding support.
+// Standard namespace definitions required for structured binding support.
128
namespace std {
129
130
template <class T> struct tuple_size;
0 commit comments