swift
f898fcfa - $ is not a portable identifier character

Commit
4 years ago
$ is not a portable identifier character 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.
Author
Committer
Parents
Loading