diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 0d80405..7beb002 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -1,6 +1,6 @@ # C++ Core Guidelines -October 6, 2022 +April 13, 2023 Editors: @@ -19761,15 +19761,19 @@ Additions to `std` might clash with future versions of the standard. ##### Example namespace std { // BAD: violates standard - class My_vector { + + class My_vector { // . . . - }; + }; + } namespace Foo { // GOOD: user namespace is allowed - class My_vector { + + class My_vector { // . . . - }; + }; + } ##### Enforcement diff --git a/scripts/hunspell/isocpp.dic b/scripts/hunspell/isocpp.dic index 2e6796f..3fe6da9 100644 --- a/scripts/hunspell/isocpp.dic +++ b/scripts/hunspell/isocpp.dic @@ -671,6 +671,8 @@ x22 xmax xor Xs +y1 +y2 years' yy Zhuang