id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 13362,Update config for VS2017 (15.5.2),aleksander.matveyev@…,,"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 ... }}} ",Bugs,closed,To Be Determined,None,Boost 1.66.0,Cosmetic,fixed,c++17 vs2017,