mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Remove rogue comma from example
This commit is contained in:
parent
04cd9a5d73
commit
9f2d2645ff
|
@ -7458,7 +7458,7 @@ Such code is not uncommon in code written before there were convenient alternati
|
|||
|
||||
Use `constexpr` values instead. For example:
|
||||
|
||||
constexpr int red = 0x,FF0000;
|
||||
constexpr int red = 0xFF0000;
|
||||
constexpr short scale = 4;
|
||||
constexpr bool signed = true;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user