llvm-project
d364c0ed
- [libc++][NFC] Inline mersenne_twister_engine functions into the class body (#170454)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
49 days ago
[libc++][NFC] Inline mersenne_twister_engine functions into the class body (#170454) Defining the functions outside the class makes things way harder to read here, since the list of template arguments is incredibly long.
References
#170454 - [libc++][NFC] Inline mersenne_twister_engine functions into the class body
Author
philnik777
Parents
adb72759
Loading