$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: G Yang (gxyang_at_[hidden])
Date: 2005-09-07 17:45:25
After many hours of trying, finally found out that
If my C++ file uses the free function to archive STL collections, the file
must include the following line right after its "#include" section to
correctly archive STL collections.
using namespace std;
Not sure exactly why, but not feel bad either.
Now everything works great!
Yang