Inspired by D102133, do some more cosmetic search-and-replace.
Notice there are a few places (not modified in this diff) where we have, like, chrono::weekday weekday() const or _VSTD::wstring wstring() const — a member function with the same name as a type — and in those cases we have to continue qualifying the name in order to make name lookup do the right thing.
Details
Details
- Reviewers
Mordante - Group Reviewers
Restricted Project - Commits
- rG6491d99e330c: [libc++] Remove more unnecessary _VSTD:: from type names. NFCI.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Interesting to see you even found some uses of std::.
LGTM!
libcxx/test/std/numerics/rand/rand.eng/rand.eng.lcong/params.fail.cpp | ||
---|---|---|
27 ↗ | (On Diff #344260) | Nice catch! |