bump date and make CI happy

This commit is contained in:
Sergey Zubkov 2023-04-13 23:20:34 -04:00
parent 1b41448298
commit 1d04d93dbe
2 changed files with 11 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# <a name="main"></a>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

View File

@ -671,6 +671,8 @@ x22
xmax
xor
Xs
y1
y2
years'
yy
Zhuang