Skip to content

Commit d1cfb12

Browse files
authored
Update libcxx/test/std/utilities/variant/variant.relops/relops_bool_conv.verify.cpp
1 parent 475d1f3 commit d1cfb12

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libcxx/test/std/utilities/variant/variant.relops/relops_bool_conv.verify.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ inline constexpr MyBoolExplicit operator>(const ComparesToMyBoolExplicit& LHS, c
7171
inline constexpr MyBoolExplicit operator>=(const ComparesToMyBoolExplicit& LHS, const ComparesToMyBoolExplicit& RHS) noexcept {
7272
return MyBoolExplicit(LHS.value >= RHS.value);
7373
}
74-
75-
7674
void test() {
7775
using V = std::variant<int, ComparesToMyBoolExplicit>;
7876
V v1(42);

0 commit comments

Comments
 (0)