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
According to the C++ standard (§2.10.3.1), identifiers beginning with an
underscore and followed by a uppercase letter is reserved to the impelemntation
for any use. Hence the removal of the underscore in the unclude guard
definition.
0 commit comments