Skip to content

noexcept support in Visual Studio 2015 #115

Description

@j-o

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions