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
As per the C++14 spec, $ can't be used in a portable way in an
identifier name. It falls under the implementation-defined characters
and is allowed by clang. Removing it.
0 commit comments