Skip to content

Remove macro use #149

@EmilyBourne

Description

@EmilyBourne

Macros are rarely necessary in C++. They should therefore be avoided as they are error prone and don't check that the objects being used have the right types. In GMGPolar macros are used to inline code. Inline functions should be used instead. This should not affect execution speed in release mode.

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