Subject: Re: [Boost-bugs] [Boost C++ Libraries] #11815: boost::config defines BOOST_NO_CXX11_RVALUE_REFERENCES under icc 15
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-11-22 13:40:07
#11815: boost::config defines BOOST_NO_CXX11_RVALUE_REFERENCES under icc 15
-------------------------------+-------------------------
Reporter: nmusolino@⦠| Owner: johnmaddock
Type: Bugs | Status: new
Milestone: To Be Determined | Component: config
Version: Boost 1.56.0 | Severity: Problem
Resolution: | Keywords: icc
-------------------------------+-------------------------
Comment (by anonymous):
I'm sorry, I made a mistake when examining different versions of boost.
BOOST_NO_CXX11_RVALUE_REFERENCES is defined under boost 1.54:
{{{
$ icc -I/path/to/boost/1.54.0/include/ -std=c++11
./intrusive_ptr_test.cpp -o intrusive_ptr_test_icc
$ $ ./intrusive_ptr_test_icc
__cplusplus: 201103
BOOST_VERSION: 105400
std::is_nothrow_move_constructible<S_ptr>: false
BOOST_NO_CXX11_RVALUE_REFERENCES: <defined>
__INTEL_COMPILER: 1500
BOOST_INTEL_CXX_VERSION: 1500
}}}
{{{
$ g++ -I/path/to/boost/1.54.0/include/ -std=c++11
./intrusive_ptr_test.cpp -o intrusive_ptr_test_gcc
$ ./intrusive_ptr_test_gcc
__cplusplus: 201103
BOOST_VERSION: 105400
std::is_nothrow_move_constructible<S_ptr>: true
BOOST_NO_CXX11_RVALUE_REFERENCES: <undefined>
}}}
I can build the config_info program if it would be helpful.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/11815#comment:2> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:19 UTC