$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [config] [result_of] Now VC++11 selects decltype-based result_of by default
From: Michel Morin (mimomorin_at_[hidden])
Date: 2012-09-08 12:57:22
On VC++11, result_of (on trunk) uses decltype-based implementation
by default from r80453:
https://svn.boost.org/trac/boost/changeset/80453
Note that VC++11 does not have a C++03/C++11 compiler switch
and it always runs in a C++11 mode.
Regards,
Michel