[PATCH] D42214: libcxx: Move Windows threading support into a .cpp file.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 17 16:36:03 PST 2018
pcc created this revision.
pcc added reviewers: smeenai, compnerd, mclow.lists, EricWF.
This allows us to avoid polluting the namespace of users of <thread>
with the definitions in windows.h.
https://reviews.llvm.org/D42214
Files:
libcxx/include/__threading_support
libcxx/src/support/win32/thread_win32.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42214.130312.patch
Type: text/x-patch
Size: 16021 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180118/911cd022/attachment.bin>
More information about the llvm-commits
mailing list