Opened 5 years ago
Closed 4 years ago
#13362 closed Bugs (fixed)
Update config for VS2017 (15.5.2)
Reported by: | Owned by: | ||
---|---|---|---|
Milestone: | To Be Determined | Component: | None |
Version: | Boost 1.66.0 | Severity: | Cosmetic |
Keywords: | c++17 vs2017 | Cc: |
Description
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 ...
Note:
See TracTickets
for help on using tickets.
Some functionality supported in vs2017 in c++17 mode. Requested changes in visualc.hpp file