$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: cheesy4poofs (cheesy4poofs_at_[hidden])
Date: 2006-02-01 17:44:42
> 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 <boost/serialization/base_object.hpp>
#include <boost/archive/text_iarchive.hpp>
#include <boost/archive/text_oarchive.hpp>
#include <boost/serialization/map.hpp>
Not sure why it solved it, but I'm glad at least to have put this behind me.
Thanks for the help.
Scott