apolukhin / Boost-Cookbook

Online examples from "Boost C++ Application Development Cookbook":
http://apolukhin.github.io/Boost-Cookbook/
Boost Software License 1.0
401 stars 108 forks source link

Update for breaking changes in 1.73 dynamic_image extension #11

Closed sdebionne closed 4 years ago

sdebionne commented 4 years ago

Should fix boostorg/gil#510.

sdebionne commented 4 years ago

@apolukhin I will look into that. I use dynamic_image and io extensions in my project with similar code, but I don't see anything obviously wrong with this snippet. The dynamic_image extension test coverage is not ideal though. To be investigated.

mloskot commented 4 years ago

@sdebionne I have just posted a comment with a little analysis of the problem, here https://github.com/boostorg/gil/issues/510#issuecomment-664044111

sdebionne commented 4 years ago

@apolukhin This should be fixed in develop and hopefully will make it to 1.74.

mloskot commented 4 years ago

I've just merged the fix to GIL's master, so it's going to be released indeed.