mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
update Enum.7 note with consistent capitalization (#1739)
This commit is contained in:
parent
f6f1a49a41
commit
a5a4d0b4a2
|
@ -8947,7 +8947,7 @@ Specifying the underlying type is necessary in forward declarations of enumerati
|
|||
|
||||
// ....
|
||||
|
||||
enum flags : char { /* ... */ };
|
||||
enum Flags : char { /* ... */ };
|
||||
|
||||
|
||||
##### Enforcement
|
||||
|
|
Loading…
Reference in New Issue
Block a user