Boost logo

Boost Users :

From: John Maddock (jz.maddock_at_[hidden])
Date: 2022-01-12 16:34:57


On 12/01/2022 09:04, Alessio Mochi via Boost-users wrote:
> Hello Gavin,
> I have not defined BOOST_NO_EXCEPTIONS.

Ahhh, looks like our bug, I've just filed a PR to fix this here:
https://github.com/boostorg/serialization/pull/250

The minimal header to #include prior to whatever serialization header
you're using is boost/throw_exception.hpp BTW. Serialization should be
doing that anyway but isn't :(

The reason this hasn't been spotted until now, is that
boost/throw_exception.hpp gets #included by very nearly everything in
boost so it's an easy one to miss.

HTH, John.

-- 
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net