$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Ramey (ramey_at_[hidden])
Date: 2008-06-09 20:51:28
Note that this code
Gancho Manev wrote:
> Hi,
>
> The following code does not throw archive_exception always:
>
> std::stringstream ss;
> boost::archive::text_iarchive ia(ss);
Note that the above code is not correct usage of the library and shuold
through
some some sort of error or exception.
Robert Ramey