$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Bruno Lalande (bruno.lalande_at_[hidden])
Date: 2008-07-24 04:34:31
Hello,
Doesn't the standard guaranty that the following would have the same
effect in terms of order of destruction??
{
std::ostream os
boost::archive::xml_oarchive ar(os)
} // archive destructor writes endtag, THEN stream destructor closes stream
Bruno