Skip to content

Undef DEBUG #187

@igormironchik

Description

@igormironchik

On Windows with MSVC in debug build I have a compilation error in box.h on the following line:

static bool DEBUG;

Because in debug build there DEBUG macros is defined.

Solution is quite simple, in box.h:

#ifdef DEBUG
#undef DEBUG
#endif

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions