mirror of
https://github.com/llvm-mirror/libcxx.git
synced 2025-10-22 07:51:39 +08:00
Remove usages of _LIBCPP_MSVC which is never defined
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@302736 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -416,7 +416,7 @@ void throws_in_constructor_test()
|
||||
ThrowsOnCopy() = default;
|
||||
bool operator()() const {
|
||||
assert(false);
|
||||
#if defined(_LIBCPP_MSVC)
|
||||
#if defined(TEST_COMPILER_C1XX)
|
||||
__assume(0);
|
||||
#else
|
||||
__builtin_unreachable();
|
||||
|
Reference in New Issue
Block a user