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 8cf8205 commit 6d49a3dCopy full SHA for 6d49a3d
clang/include/clang/Basic/DiagnosticParseKinds.td
@@ -1100,9 +1100,9 @@ def err_lambda_capture_misplaced_ellipsis : Error<
1100
def err_lambda_capture_multiple_ellipses : Error<
1101
"multiple ellipses in pack capture">;
1102
def err_binding_multiple_ellipses : Error<
1103
- "multiple ellipses in structured binding declaration">;
+ "multiple packs in structured binding declaration">;
1104
def note_previous_ellipsis : Note<
1105
- "previous ellipsis specified here">;
+ "previous binding pack specified here">;
1106
def ext_cxx_binding_pack : ExtWarn<
1107
"structured binding pack is incompatible with C++ standards before C++2c">,
1108
InGroup<CXX26>;
0 commit comments