$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Alexander Nasonov (alnsn-boost_at_[hidden])
Date: 2005-09-22 04:26:10
> If passed a value or reference, it returns held value if successful. If T is
> ValueType, it returns a copy of the held value, otherwise, if T is a (possibly
> const qualified) reference to ValueType, it returns a reference to the held
> value.
Oops, "possibly const qualified" doesn't belong to a reference. It belongs to
ValueType:
If passed a value or reference, it returns held value if successful. If T is
ValueType, it returns a copy of the held value, otherwise, if T is a reference
to (possibly const qualified) ValueType, it returns a reference to the held
value.
-- Alexander Nasonov