On 14/01/2022 03:07, Alessio Mochi wrote:
I don't understand why in another small project with qt and where I use boost serialization I get no exception without include boost/throw_exception.hpp
Do the same trick to get the list of includes in the working project. See what's different between the two.
Most likely, you're also including some other Boost header file that does include throw_exception.hpp, as John said before.
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org https://lists.boost.org/mailman/listinfo.cgi/boost-users