Replace all the instances of _LIBCPP_INLINE_VISIBILITY with _LIBCPP_HIDE_FROM_ABI and _VSTD with std.
Details
Details
- Reviewers
Mordante ldionne - Group Reviewers
Restricted Project - Commits
- rG639b9618f46d: [libc++][NFC] Replace _LIBCPP_INLINE_VISIBILTIY and _VSTD in <string>
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I agree now is a good time to do these changes, thanks!
SGTM, but before approving I like to see MSAN CI green. I expect it's not your bug since main seems to fail in the same way.
I've marked it as needs work since I expect you need to do a rebase.
Comment Actions
LGTM, the AIX CI seems to fail quite often on that ranges test. (Louis has a patch to increment the timeout.)