Skip to content

using small = void* [1]; conflict with the definition in Windows.h #1701

@Salitanr

Description

@Salitanr

in __numa.hpp file,line number 43
using small = void* [1];
small conflict with the definition in Windows.h under vs2026,i add undef macro as temporary solution

#ifdef small
#undef small
#endif // small

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