Re: [Boost-users] [serialization] compile error
I compiled the following program wiht no errors on my vc 7.1 system with no errors or warnings
Robert Ramey
I finally solved my problem by commenting out the following include:
//#include
There is a left over header dependency which is fixed but will only show in in 1.34. until then base_object.hpp should be included afer text_archive.hpp. Sorry about that. Robert Ramey cheesy4poofs wrote:
I compiled the following program wiht no errors on my vc 7.1 system with no errors or warnings
Robert Ramey
I finally solved my problem by commenting out the following include:
//#include
#include #include #include Not sure why it solved it, but I'm glad at least to have put this behind me. Thanks for the help.
Scott
Hi,
I still get an error :
base_object.hpp(124): error expected either a definition or a tag name.
struct reg{
^
with the Intel 7.1 compiler
Robert Ramey
I compiled the following program wiht no errors on my vc 7.1 system with no errors or warnings
Robert Ramey
I finally solved my problem by commenting out the following include:
//#include #include #include #include
Not sure why it solved it, but I'm glad at least to have put this behind me. Thanks for the help.
Scott
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users --------------------------------- Do you Yahoo!? With a free 1 GB, there's more in store with Yahoo! Mail.
participants (3)
-
cheesy4poofs
-
Robert Ramey
-
sui tam