$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [Config] N3276 decltype support on VC++ 11
From: Michel Morin (mimomorin_at_[hidden])
Date: 2012-08-31 13:04:26
IIRC, Stephan said that VC++ 11 supports N3276 decltype.
Shall we "undef" BOOST_NO_CXX11_DECLTYPE_N3276 for VC++ 11?
This enables automatic use of decltype-based `boost::result_of`.
Trivial patch attached.
Regards,
Michel