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 164 forks source link

fix: Broken build of test project for gcc-5 #712

Closed marco-langer closed 2 years ago

marco-langer commented 2 years ago

Description

This PR fixes the broken build of the test project for gcc-5 and closes thereby #709 and #710.

Maybe this PR will also close #711. I had difficulties to reproduce the bug, as using godbolt does not reproduce this bug using clang 3.9.

Tasklist