$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2008-04-07 12:25:55
Eric Niebler:
> // lvalue
> result_of<identity(int &)>::type l = identity()(i);
> assert( &l == &i );
Does this really compile for you?