19 Aug
2010
19 Aug
'10
5:29 a.m.
Hello,
I can reproduce your problem. I think the problem is the addition of #include
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