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
feature requestRequest a new feature or change to an existing one
1 participant
Converted from issue
This discussion was converted from issue #62 on February 03, 2023 13:08.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Currently, # comments are only allowed on a line by themself.
They should be allowed after lines as well:
const int MY_CONST = 42 # Magic constant
Variations of this same issue are also referenced in #45 and #15
Comments should also be allowed before the #pragma version XX line (ie: templated copyright lines for eg)
Beta Was this translation helpful? Give feedback.
All reactions