[gil] Locator bug in MSVC release builds
Hi all,
there is this nagging bug (#49) with boost::gil which I have a hard time
figuring out.
Please consider the following code:
#define _CRT_SECURE_NO_WARNINGS 1
#include
On 31 March 2018 at 23:48, Christian Henning via Boost
Hi all,
there is this nagging bug (#49) with boost::gil which I have a hard time figuring out.
[...] When running with VS 2017 all is working in Debug but with Release the second image is incorrect.
For both, 32 and 64 bit target? I can only reproduce the bug using VS 2017 build for 64-bit in Release configuration. IMHO, the bug seems related to https://github.com/boostorg/gil/issues/51 which can be reproduced building b2 variant=release with GCC 5.4.1 and clang 5.0 but it can not be reproduced with GCC 7.2 and clang 4.2.1 At least that is what I have tried (see comments for #51 linked above). Best regards -- Mateusz Loskot, http://mateusz.loskot.net
On 1 April 2018 at 00:21, Christian Henning
For both, 32 and 64 bit target?
Yes! Only with 64bit.
The GCC and clang failures mentioned earlier are also for 64-bit. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net
participants (2)
-
Christian Henning
-
Mateusz Loskot