10 Dec
2004
10 Dec
'04
2:23 p.m.
Robert Ramey wrote:
signatureHmm, I just compiled it with VC 7.1, it passes gcc 3.3 and borland 5.64 as well. Note, my personal version is 1.32+ so that could explain it
Fails for me on VC7.1 with 1.32.
It did fail for me (with the same error) with Comeau - same message more or less ?
Adding #define BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP allows it to compile and link. I haven't tried running it. As I previously reported I've had similar problems when serialising std::set<string>'s. Jeff