Skip to content

Commit e0234fe

Browse files
committed
comment
1 parent df1ab2a commit e0234fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/src/__support/CPP/tuple.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ LIBC_INLINE constexpr auto tuple_cat(const Tuples &...tuples) {
124124
} // namespace cpp
125125
} // namespace LIBC_NAMESPACE_DECL
126126

127-
// For structured binding support.
127+
// Standard namespace definitions required for structured binding support.
128128
namespace std {
129129

130130
template <class T> struct tuple_size;

0 commit comments

Comments
 (0)