[all-commits] [llvm/llvm-project] 59919c: [libc++] Fix Windows DLL build for string.
Eric via All-commits
all-commits at lists.llvm.org
Thu Jan 16 12:01:31 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 59919c4d6b6370da7133bbca0d31844e21646bb1
https://github.com/llvm/llvm-project/commit/59919c4d6b6370da7133bbca0d31844e21646bb1
Author: Eric Fiselier <eric at efcs.ca>
Date: 2020-01-16 (Thu, 16 Jan 2020)
Changed paths:
M libcxx/include/string
Log Message:
-----------
[libc++] Fix Windows DLL build for string.
We need to mark string::npos with _LIBCPP_FUNC_VIS on the first
in-class declaration, otherwise it might get ignored
More information about the All-commits
mailing list