mirror of
https://github.com/boostorg/gil.git
synced 2026-01-30 20:02:11 +00:00
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