Fix breaking changes introduced in Boost 1.73
Boost.GIL dynamic extension now uses Boost.Variant2 under the hood and the interface has been simplified from any_image<mp_list<image1, image2>>
to any_image<image1, image2>
.
Boost.GIL dynamic extension now uses Boost.Variant2 under the hood and the interface has been simplified from any_image<mp_list<image1, image2>>
to any_image<image1, image2>
.