$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Sean Cavanaugh (worksonmymachine_at_[hidden])
Date: 2007-07-08 21:00:28
In basic_binary_oarchive.hpp there exists a comment which is obviously the
result of an uncorrected cut-and-paste (it looks like the comment just needs
to be deleted)
/////////////////////////////////////////////////////////////////////////
// class basic_text_iarchive - read serialized objects from a input text
stream
template<class Archive>
class basic_binary_oarchive :
public detail::common_oarchive<Archive>