$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [config] Add BOOST_NO_RANGE_BASED_FOR macro?
From: Beman Dawes (bdawes_at_[hidden])
Date: 2012-07-09 11:19:08
I'm about to add Boost.Filesystem support for C ++11 range-based for
statements, and would like to include direct test cases for compilers
that have the feature.
Is it OK to add a BOOST_NO_RANGE_BASED_FOR macro to trunk?
--Beman