$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Turkanis (technews_at_[hidden])
Date: 2004-12-02 00:59:24
"Eric Niebler" <eric_at_[hidden]> wrote in:
> Seems to me that Arkadiy has run up against the same problem with
> BOOST_TYPEOF_PRESERVE_LVALUE, which also gets this case wrong (according
> to the docs).
Yeah, that's what I was thinking about last night. I was trying to see how close
I could approximate decltype.
Jonathan