llvm-project
0713bf9c
- [libc++] Inline small functions inside vector (#114567)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[libc++] Inline small functions inside vector (#114567) This helps with readability since the reader doesn't need to jump around a bunch of times only to read functions that are implemented in 1 or 2 lines of code.
References
#114567 - [libc++] Inline small functions inside vector
Author
ldionne
Parents
f8559751
Loading