Remove rogue comma from example

This commit is contained in:
Sam Bristow 2016-07-26 16:56:42 +12:00 committed by Thibault Kruse
parent 04cd9a5d73
commit 9f2d2645ff

View File

@ -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;