Package: src:boost1.61 Version: 1.61.0+dfsg-2.1 Severity: normal Tags: patch upstream fixed-upstream Forwarded: https://svn.boost.org/trac/boost/ticket/12179
From the upstream bug:
This code does not compile;
#include <boost/optional/optional_fwd.hpp>
int main() {
return 0;
}
It seems this is because optional_fwd.hpp tries to only depend on
boost/config/suffix.hpp, but this file itself depends on other config
macros that need to be included first.
I have been able to workaround this issue by including boost/config.hpp
before optional_fwd.hpp
The very easy fix is at https://github.com/boostorg/optional/pull/19
Could you please pull the change in Debian too?
--
regards,
Mattia Rizzolo
GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`.
more about me: https://mapreri.org : :' :
Launchpad user: https://launchpad.net/~mapreri `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia `-
signature.asc
Description: PGP signature

