$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-03-07 08:59:12
> Anything else coming to your mind what could be bad about this adaptor? I
> want it to be as robust as possible because I intend to use it a lot.
You need to add the const declaretor, *after* you remove the reference
(adding cv-qualifiers to reference types has no effect).
John.