$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [utility] Adding noexcept to boost::declval
From: Michel Morin (mimomorin_at_[hidden])
Date: 2012-03-09 11:54:01
Now that we have BOOST_NOEXCEPT macro, it is reasonable to
add noexcept to boost::declval (by means of BOOST_NOEXCEPT).
As a note, std::declval is marked as noexcept.
I made a ticket with a patch here:
https://svn.boost.org/trac/boost/ticket/6570
If it looks sensible, could someone apply the patch?
Regards,
Michel