From 4b706d9d6dbadea351af1b140b231ca7affb10aa Mon Sep 17 00:00:00 2001 From: Sergey Zubkov Date: Sun, 15 Jan 2023 10:53:11 -0500 Subject: [PATCH] satisfy travis ci --- CppCoreGuidelines.md | 4 ++-- scripts/hunspell/isocpp.dic | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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