Skip to content

Header parser sees using std::int32_t as redefinition #51

Description

@Chlumsky

With the following declarations

#include <cstdint>
#include <vector>

using std::int8_t;
using std::int16_t;
using std::int32_t;

the header parser fails and reports this error:

Error: Failed to parse input file 'source/structures.h', aborting
       TYPE_REDEFINITION at position 98 (line 8)
       ...e <vector>    using std::int8_t;  using std::int16_t;  using std...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions