$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Paul Gregor (gregod_at_[hidden])
Date: 2004-01-20 14:24:32
On Tue, 20 Jan 2004, Douglas Gregor wrote:
> This implementation is in response to Herb Sutter's desire to implement
> delegates cleanly via Function, with Kevlin Henney's realization that
> function<> need not be implementable for that to work.
Ahem, bad attribution on my part. It was Peter Dimov that realized that
function<> need not be EqualityComparable for Herb's view of delegates to
work. Sorry, Peter :(
Doug