swift
f898fcfa
- $ is not a portable identifier character
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#39593 - NFC: $ is not a portable identifier character
Author
etcwilde
Committer
etcwilde
Parents
7dd295f1
Loading