|
Boost : |
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?
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk