mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 04:44:34 +03:00
update Enum.7 note with consistent capitalization (#1739)
This commit is contained in:
@@ -8947,7 +8947,7 @@ Specifying the underlying type is necessary in forward declarations of enumerati
|
|||||||
|
|
||||||
// ....
|
// ....
|
||||||
|
|
||||||
enum flags : char { /* ... */ };
|
enum Flags : char { /* ... */ };
|
||||||
|
|
||||||
|
|
||||||
##### Enforcement
|
##### Enforcement
|
||||||
|
|||||||
Reference in New Issue
Block a user