Subject: Re: [Boost-bugs] [Boost C++ Libraries] #13362: Update config for VS2017 (15.5.2)
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-12-24 15:18:15
#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
Resolution: | Keywords: c++17 vs2017
------------------------------------+--------------------------
Comment (by aleksander.matveyev@â¦):
Some functionality supported in vs2017 in c++17 mode. Requested changes in
visualc.hpp file
{{{
...
// C++ 11:
//
#if !(Something cxx flag detection is c++17 mode )
# define BOOST_NO_TWO_PHASE_NAME_LOOKUP
# define BOOST_NO_CXX11_SFINAE_EXPR
#endif
// C++ 14:
#define BOOST_NO_CXX14_CONSTEXPR
// C++ 17:
#if !(Something cxx flag detection is c++17 mode )
# define BOOST_NO_CXX17_INLINE_VARIABLES
# define BOOST_NO_CXX17_FOLD_EXPRESSIONS
#endif
...
}}}
-- Ticket URL: <https://svn.boost.org/trac10/boost/ticket/13362#comment:1> 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 15:25:31 UTC