Skip to content

Commit a206d99

Browse files
committed
libcxx: Try to fix build after D92044
1 parent f02eca0 commit a206d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/variant

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,8 +653,8 @@ private:
653653
static constexpr auto __make_value_visitor(_Visitor&& __visitor) {
654654
return __value_visitor_return_type<_Rp, _Visitor>{_VSTD::forward<_Visitor>(__visitor)};
655655
}
656-
};
657656
#endif
657+
};
658658

659659
} // namespace __visitation
660660

0 commit comments

Comments
 (0)