$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Stuart Dootson (stuart.dootson_at_[hidden])
Date: 2005-09-27 05:11:35
I noticed that the documentation for boost::functionN::swap has a
parameter type of "const functionN&". Shouldn't that be "functionN&"
(i.e. non-const rather than const reference)?
Stuart Dootson