$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Doug Gregor (dgregor_at_[hidden])
Date: 2006-06-27 10:14:22
On Jun 26, 2006, at 8:18 PM, Andy Little wrote:
> Would it be presumptious to add "typeof", "decltype",
> "concept","where" etc to
> the QuickBook keywords list?
Yes, but I'd go ahead and do it anyway :)
"decltype" and "static_assert", at least, are certainly C++0x keywords.
"concept" and "where" still need buy-in from a significant chunk of
the C++ committee before we can assume that they'll be keywords. I
remain optimistic :)
Doug