Introduce libcxx <shared_mutex>

git@github.com:llvm-mirror/libcxx.git
78d6a7767ed57b50122a161b91f59f19c9bd0d19
This commit is contained in:
Justine Tunney 2023-10-31 21:57:28 -07:00
parent ee82f90bba
commit b4084dd6c6
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
5 changed files with 635 additions and 1 deletions

View file

@ -15,7 +15,7 @@
#ifndef _LIBCPP_HAS_NO_THREADS
#if defined(__unix__) && !defined(__ANDROID__) && defined(__ELF__) && defined(_LIBCPP_HAS_COMMENT_LIB_PRAGMA)
#pragma comment(lib, "pthread")
// #pragma comment(lib, "pthread")
#endif
#endif