[libcxx-commits] [PATCH] D119497: [libc++] Replace _VSTD with std in __ranges/

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Feb 14 12:48:44 PST 2022


ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.

LGTM, but please make sure you re-run the `sed` before committing, in case there were race conditions.

Also, I looked at the patch and that seems to be the case, but I am assuming that this is purely a change from `_VSTD::` to `std::` (and so technically we could make this patch a no-op by reverting to `_VSTD::`). If that's not the case, please call it out.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119497/new/

https://reviews.llvm.org/D119497



More information about the libcxx-commits mailing list