From 1d04d93dbe1d14747d3aa0f1ffb22c5c3722fec8 Mon Sep 17 00:00:00 2001 From: Sergey Zubkov Date: Thu, 13 Apr 2023 23:20:34 -0400 Subject: [PATCH] bump date and make CI happy --- CppCoreGuidelines.md | 14 +++++++++----- scripts/hunspell/isocpp.dic | 2 ++ 2 files changed, 11 insertions(+), 5 deletions(-) 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