Subject: [Boost-bugs] [Boost C++ Libraries] #13362: Update config for VS2017 (15.5.2)
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-12-24 14:50:18
#13362: Update config for VS2017 (15.5.2)
-----------------------------------+----------------------
Reporter: aleksander.matveyev@⦠| Owner: (none)
Type: Bugs | Status: new
Milestone: To Be Determined | Component: None
Version: Boost 1.66.0 | Severity: Cosmetic
Keywords: c++17 vs2017 |
-----------------------------------+----------------------
Some functionality supported in vs2017 in c++17 mode.
Requested changes in visualc.hpp file
{{{
...
// C++ 11:
//
#if (_MSC_VER < 1911)
# define BOOST_NO_TWO_PHASE_NAME_LOOKUP
# define BOOST_NO_CXX11_SFINAE_EXPR
#endif
// C++ 14:
#define BOOST_NO_CXX14_CONSTEXPR
// C++ 17:
#if (_MSC_VER < 1911)
# define BOOST_NO_CXX17_INLINE_VARIABLES
# define BOOST_NO_CXX17_FOLD_EXPRESSIONS
#endif
...
}}}
-- Ticket URL: <https://svn.boost.org/trac10/boost/ticket/13362> 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-12-24 14:56:36 UTC