$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Matthias Troyer (troyer_at_[hidden])
Date: 2002-11-19 10:49:10
I have another minor comment:
There are certain unclean code segements, like the following loading of
a string:
// note breaking a rule here - is could be a problem on some
platform
read_binary(const_cast<char *>(s.data()), size);
I expect that these to will cleaned up before a final submission to
boost
Matthias