13 Jan
2022
13 Jan
'22
11:46 p.m.
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.