boostorg / gil

Boost.GIL - Generic Image Library | Requires C++14 since Boost 1.80
https://boostorg.github.io/gil
Boost Software License 1.0
178 stars 163 forks source link

chore!: deprecate any_color_converted_view #678

Closed striezel closed 2 years ago

striezel commented 2 years ago

Description

color_converted_view has the same implementation and can be used as a replacement, providing the same functionality.

References

This builds on https://github.com/boostorg/gil/pull/660 by @marco-langer. Since there needs to be a deprecation notice first before removing a feature, here it is.

Due to the fact that the switch to C++14 has been announced in #677, we can now officially use the [[deprecated]] attribute which was standardized in C++14.

Tasklist