We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c0b753 commit 95dd200Copy full SHA for 95dd200
libcxx/test/std/utilities/variant/variant.variant/variant.swap/swap.pass.cpp
@@ -399,8 +399,6 @@ void test_swap_different_alternatives_throws() {
399
// FIXME: The tests below are just very libc++ specific
400
# ifdef _LIBCPP_VERSION
401
{
402
- using T1 = ThrowsOnSecondMove;
403
- using T2 = NonThrowingNonNoexceptType;
404
using V = std::variant<ThrowsOnSecondMove, NonThrowingNonNoexceptType>;
405
int move_called = 0;
406
V v1(std::in_place_index<0>, 42);
0 commit comments