Since Visual Studio 2015 supports the noexcept specifier, the definition of the NOEXCEPT macro should be adjusted accordingly (# if defined(_MSC_VER) && _MSC_VER < 1900) or removed entirely, as it is not actually used anywhere. Same goes for all cmake-init based libraries.
Since Visual Studio 2015 supports the
noexceptspecifier, the definition of theNOEXCEPTmacro should be adjusted accordingly (# if defined(_MSC_VER) && _MSC_VER < 1900) or removed entirely, as it is not actually used anywhere. Same goes for all cmake-init based libraries.