$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2000-11-06 09:31:14
From: "David Abrahams" <abrahams_at_[hidden]>
> this would be legal, though:
>
> namespace std {
> template <>
> void swap<boost::any&>(boost::any & lhs, boost::any & rhs) {
> lhs.swap(rhs); }
> }
This should be swap<boost::any>, without the &.
-- Peter Dimov Multi Media Ltd.