[libcxx-commits] [PATCH] D124662: [libc++][NFC] Replace _LIBCPP_INLINE_VISIBILTIY and _VSTD in <string>
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Apr 29 02:19:23 PDT 2022
philnik created this revision.
philnik added reviewers: Mordante, ldionne.
Herald added a project: All.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Replace all the instances of `_LIBCPP_INLINE_VISIBILITY` with `_LIBCPP_HIDE_FROM_ABI` and `_VSTD` with `std`.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D124662
Files:
libcxx/include/string
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124662.425994.patch
Type: text/x-patch
Size: 79220 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220429/0a34862c/attachment-0001.bin>
More information about the libcxx-commits
mailing list