-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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
Labels
No labels