
18 Aug
2010
18 Aug
'10
11:29 p.m.
Hello,
I can reproduce your problem. I think the problem is the addition of #include <boost/archive/basic_archive.hpp> within boost\serialization\serialization.hpp which pulls in auto linking. Simply commenting out that include stops the automatic linking
Looks like a mistake to me.
but will most likely break some other code.
I don't think so. Robert Ramey