Skip to content

Fix breaking changes introduced in Boost 1.73

Samuel Debionne requested to merge fix-boost-1-73 into develop

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>.

Merge request reports