[all-commits] [llvm/llvm-project] 453620: [libc++] Make _VSTD and alias for std
philnik777 via All-commits
all-commits at lists.llvm.org
Tue Feb 1 13:43:42 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 453620f55ea38186cdf165b1ca2deb6c6b226132
https://github.com/llvm/llvm-project/commit/453620f55ea38186cdf165b1ca2deb6c6b226132
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-02-01 (Tue, 01 Feb 2022)
Changed paths:
M libcxx/docs/ReleaseNotes.rst
M libcxx/include/__config
Log Message:
-----------
[libc++] Make _VSTD and alias for std
There is no practical difference between `_VSTD` and `std` so we should just remove `_VSTD`. This is the first step.
Reviewed By: ldionne, #libc
Spies: jeroen.dobbelaere, wmaxey, EricWF, lebedev.ri, __simt__, dim, mgrang, sstefan1, wenlei, smeenai, libcxx-commits, #libc_vendors
Differential Revision: https://reviews.llvm.org/D117811
More information about the All-commits
mailing list