Skip to content

Preprocessor macros defined in the header file should be properly prefixed to avoid naming collisions #57

@GiovanniDicanio

Description

@GiovanniDicanio

The SafeInt.hpp header defines some preprocessor macros that could cause naming collisions, e.g.: CPLUSPLUS_98, CPLUSPLUS_11, and many others. Those preprocessor macros should have proper prefixes to avoid naming conflicts, e.g. should be renamed like SAFEINT_CPLUSPLUS_11, SAFEINT_CPLUSPLUS14, etc.

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