Skip to content

Commit 174cc5a

Browse files
committed
Handle MSVC ABI
1 parent 4c831ac commit 174cc5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libcxx/test/libcxx/type_traits/is_replaceable.compile.pass.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,9 @@ static_assert(std::__is_replaceable<std::deque<int, NonPropagatingStatelessCopyA
191191
static_assert(std::__is_replaceable<std::deque<int, NonPropagatingStatelessMoveAssignAlloc<int> > >::value, "");
192192

193193
// exception_ptr
194+
#ifndef _LIBCPP_ABI_MICROSOFT
194195
static_assert(std::__is_replaceable<std::exception_ptr>::value, "");
196+
#endif
195197

196198
// expected
197199
#if TEST_STD_VER >= 23

0 commit comments

Comments
 (0)