Skip to content

_NOEXCEPT unrecognized identifier #609

@armedturret

Description

@armedturret

When building on Windows 10 in Visual Studio 2017 I get the following error:
DAEValidator\library\src\ArgumentParser.cpp(49): error C3646: '_NOEXCEPT': unknown override specifier
This is seemingly caused by this section of code assigning the incorrect macro value.

#ifndef _MSC_VER
#define NOEXCEPT noexcept
#else
#define NOEXCEPT
#endif

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions