You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When converting from !/SWITCH to #ifdef W_SWITCH, there are now a lot of extra if-defs that are not necessary. There will be an effort to remove extra if-defs to improve the readability of the code.
Describe the solution you'd like
A PR to develop branch with fewer if-defs.
Is your feature request related to a problem? Please describe.
When converting from
!/SWITCH
to#ifdef W_SWITCH
, there are now a lot of extra if-defs that are not necessary. There will be an effort to remove extra if-defs to improve the readability of the code.Describe the solution you'd like
A PR to develop branch with fewer if-defs.
Additional context
See the discussion on if-def.
The text was updated successfully, but these errors were encountered: