$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Ákos Maróy (akos_at_[hidden])
Date: 2008-08-11 05:37:21
Roman,
> Even better, take a look at portable_binary_archive in
> the file vault: http://preview.tinyurl.com/5j46aq. It
> correctly handles floating point types as well as integer
> types.
Thanks.
How does this compare to the binary archive that's in the boost
repository? there it has the following files:
portable_binary_archive.hpp
portable_binary_iarchive.cpp
portable_binary_iarchive.hpp
portable_binary_oarchive.cpp
portable_binary_oarchive.hpp
while yours is merely two header files:
portable_binary_iarchive.hpp
portable_binary_oarchive.hpp
are these complete replacements for the above?
Akos