$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [config] clang.hpp is not up-to-date
From: Michel Morin (mimomorin_at_[hidden])
Date: 2011-10-22 07:57:50
boost/config/compiler/clang.hpp is not up-to-date. For example,
BOOST_NO_AUTO_DECLARATIONS is *always* defined (even if clang
supports this feature).
Is it worth fixing this on the release branch?
P.S.
I can make a patch, but before doing that
I'd like to confirm whether __has_feature(cxx_auto_type) means
that multi-declarator auto is supported or not.
The following page says nothing about multi-declarator auto.
http://clang.llvm.org/docs/LanguageExtensions.html
Doug?
Regards,
Michel