llvm-project
08d33ef5
- [Support] Remove a redundant declaration (NFC) (#166085)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
178 days ago
[Support] Remove a redundant declaration (NFC) (#166085) In C++17, static constexpr members are implicitly inline, so they no longer require an out-of-line definition. Identified with readability-redundant-declaration.
References
#166085 - [Support] Remove a redundant declaration (NFC)
Author
kazutakahirata
Parents
5301a2f4
Loading