2
0
mirror of https://github.com/boostorg/gil.git synced 2026-02-27 05:02:19 +00:00
Files
gil/test
Mateusz Łoskot e3ef52bb80 Correct order of constexpr and type specifier
The constexpr belongs to the declaration specifiers (like static) and
not just the type specifiers (like cv-qualifiers), so it binds to
the declaration (like static), not the type (like const).

Refines #211
2019-01-15 00:42:20 +01:00
..
2018-06-27 00:02:27 -04:00