$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [Config] Macro for C++0x range-based for
From: Michel MORIN (mimomorin_at_[hidden])
Date: 2010-12-16 23:57:38
Hi,
C++0x range-based for is available on GCC 4.6 (Pre-release).
There is no BOOST_NO_RANGE_BASED_FOR macro,
so I made a patch against trunk and made a test case. Please see
attached files.
Is it reasonable to add this macro?
Regards,
Michel