[libcxx-commits] [PATCH] D102181: [libc++] Remove some more unnecessary _VSTD::. NFCI.

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon May 10 10:23:14 PDT 2021


Quuxplusone created this revision.
Quuxplusone added reviewers: Mordante, libc++.
Quuxplusone added a project: libc++.
Quuxplusone requested review of this revision.
Herald added a subscriber: libcxx-commits.
Herald added 1 blocking reviewer(s): libc++.

Inspired by D102133 <https://reviews.llvm.org/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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D102181

Files:
  libcxx/include/__functional_base
  libcxx/include/__memory/construct_at.h
  libcxx/include/__memory/shared_ptr.h
  libcxx/include/algorithm
  libcxx/include/chrono
  libcxx/include/concepts
  libcxx/include/experimental/functional
  libcxx/include/experimental/propagate_const
  libcxx/include/experimental/type_traits
  libcxx/include/functional
  libcxx/include/istream
  libcxx/include/memory
  libcxx/include/optional
  libcxx/include/ostream
  libcxx/include/random
  libcxx/include/scoped_allocator
  libcxx/include/type_traits
  libcxx/include/variant

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102181.344106.patch
Type: text/x-patch
Size: 35284 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210510/35e28f91/attachment-0001.bin>


More information about the libcxx-commits mailing list