[libc++][NFC] Replace _LIBCPP_INLINE_VISIBILTIY and _VSTD in <string>
authorNikolas Klauser <nikolasklauser@berlin.de>
Fri, 29 Apr 2022 09:17:58 +0000 (11:17 +0200)
committerNikolas Klauser <nikolasklauser@berlin.de>
Sun, 1 May 2022 10:59:52 +0000 (12:59 +0200)
commit639b9618f46d75f4dabd2082b3f6ba8433c287bf
treef2035828fc4cca207a553781cf5e94cf91e9b587
parent303ecc42d42fcefb421ce9890df97e8ae3e1fd60
[libc++][NFC] Replace _LIBCPP_INLINE_VISIBILTIY and _VSTD in <string>

Replace all the instances of `_LIBCPP_INLINE_VISIBILITY` with `_LIBCPP_HIDE_FROM_ABI` and `_VSTD` with `std`.

Reviewed By: Mordante, #libc

Spies: libcxx-commits

Differential Revision: https://reviews.llvm.org/D124662
libcxx/include/string