$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Russell Hind (rh_gmane_at_[hidden])
Date: 2004-11-04 16:58:42
Aleksey Gurtovoy wrote:
>>What worries me, though, is that the code above seems flawed to me
>>(apart from the minor typo). What happens if the compiler is not one of
>>those taken care of explicitly in boost/serialization/is_abstract.hpp?
>>Could anyone please test the first snippet in some compiler other than
>>MSVC, ICC for Windows, GCC or an EDG-based compiler? My thesis is that
>>it will fail.
>
>
> Surely fails on Borland, for the same reason.
>
I see an error with bcc32 if I use and xml_i/o archive and include my
own XML parser which uses spirit in the same .cpp file. There error is
to do with is_abstract but can't remember the exact error at the moment,
but it may be the same problem.
Thanks
Russell