Replace 'noexcept' with '_NOEXCEPT' in <shared_mutex>. This allows us to build...
Replace 'noexcept' with '_NOEXCEPT' in <shared_mutex>. This allows us to build the dylib with MSVC, which doesn't support noexcept (sheesh\!). Thanks to K-ballo for the report. llvm-svn: 216384
Loading
Please register or sign in to comment