[cfe-dev] How to query "multi-declarator auto" support?
Michel Morin
mimomorin at gmail.com
Mon Oct 24 20:02:01 PDT 2011
Does __has_feature(cxx_auto_type) mean that multi-declarator auto
is supported? The following page says nothing about multi-declarator auto:
http://clang.llvm.org/docs/LanguageExtensions.html#cxx_auto_type
I'm asking this question to make a patch for Boost.Config
( http://thread.gmane.org/gmane.comp.lib.boost.devel/224876 ).
Unfortunately, some of the C++11 feature supports in clang 3.0
cannot be recognized by Boost.Config, since its clang support is
a bit too old. And the release of Boost 1.48 beta is very close.
Regards,
Michel
More information about the cfe-dev
mailing list