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

Fixed io extension build error #671

Closed simmplecoder closed 2 years ago

simmplecoder commented 2 years ago

Description

The error was due to missing dynamic.hpp header that contained dynamic_io_fnobj. Adding the header back in to write.hpp headers of io extensions fixed the problem.

References

#653 (comment).

Tasklist

Add test case(s) N/A (run build and tests locally, all passed)

mloskot commented 2 years ago

It's strange that the CI did not catch the issue.

And, I believe I did run local build too! Mystery :)

marco-langer commented 2 years ago

thanks for the fix on my PR!

I'll join the club of surprised people that the bug was not caught in my own test run :-)