$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] BOOST_RESULT_OF_USE_DECLTYPE not default on C++11 compilers
From: Jeremiah Willcock (jewillco_at_[hidden])
Date: 2012-01-25 21:42:14
At least on GCC 4.6 in C++0x (C++11) mode, BOOST_RESULT_OF_USE_DECLTYPE is
not set by default, preventing classes such as boost::transform_iterator
from working on built-in lambda expressions. Is there a reason that the
use of decltype is not on by default for compilers that support it,
perhaps with a flag to force emulation mode (like Boost.Move supports)?
-- Jeremiah Willcock