mirror of
https://github.com/boostorg/gil.git
synced 2026-02-22 03:22:15 +00:00
Rename `Scaling_Factors` to lower-case, as well as its template parameters. Move `scaling_factors` to namespace `detail` and before it is use. Fix access to `scaling_factors` members in derived classes. Add missing `typename`. Remove superfluous thus incorrect `typename`. Remove `subchroma_image_view` implicit friends with self - Fixes template parameter aliasing for Locator and Factors. Subset of fixes from pending PR #164