mirror of
https://github.com/boostorg/gil.git
synced 2026-01-30 20:02:11 +00:00
Replace Boost.MPL boolean constants with C++11 equivalents. Replace `throw()` with `noexcept`. Replace empty constructor body with `default`. Rename private class members to avoid leading underscore (too easy to confuse as reserved identifier). Tidy up with compact formatting.