diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 9760e5f..fe154cd 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -3139,8 +3139,8 @@ Sometimes you may forward a composite parameter piecewise, each subobject once o inline auto test(PairLike&&... pairlike) { // ... - f1( some, args, and, forward(pairlike).first ); // forward .first - f2( and, forward(pairlike).second, in, another, call ); // forward .second + f1(some, args, and, forward(pairlike).first); // forward .first + f2(and, forward(pairlike).second, in, another, call); // forward .second } ##### Enforcement diff --git a/scripts/hunspell/isocpp.dic b/scripts/hunspell/isocpp.dic index 0b3520d..b417515 100644 --- a/scripts/hunspell/isocpp.dic +++ b/scripts/hunspell/isocpp.dic @@ -564,6 +564,7 @@ Stroustrup94 Stroustrup's struct structs +subobject subobjects suboperations subsetting