mirror of
https://github.com/boostorg/gil.git
synced 2026-02-22 15:32:10 +00:00
Replace `typedef` with using declaration. Replace complex return type declared for functions with trailing return type and `auto`. Format complex metaprogramming constructs in clear and readable way. Remove superfluous `public` access specifier from `struct` inheritance. Rename ambiguous type aliases. Make template parameters - upper-case (if initials e.g. `CS`) - camel-case if multi-word (e.g. `ColorSpace`).