Skip to content

Commit

Permalink
microsoftGH-1674 is now LWG-3566
Browse files Browse the repository at this point in the history
  • Loading branch information
CaseyCarter committed Jun 14, 2021
1 parent 4c862ee commit 355b7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stl/inc/optional
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ _NODISCARD constexpr bool operator>=(const _Ty1& _Left, const optional<_Ty2>& _R
#ifdef __cpp_lib_concepts
// clang-format off
template <class _Ty1, class _Ty2>
requires (!_Is_specialization_v<_Ty2, optional>) // TRANSITION, GH-1674
requires (!_Is_specialization_v<_Ty2, optional>) // LWG-3566
&& three_way_comparable_with<_Ty1, _Ty2>
_NODISCARD constexpr compare_three_way_result_t<_Ty1, _Ty2>
operator<=>(const optional<_Ty1>& _Left, const _Ty2& _Right) {
Expand Down

0 comments on commit 355b7da

Please sign in to comment.