File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -951,7 +951,7 @@ public:
951
951
return std::move (this ->__get ());
952
952
}
953
953
954
- template <class _Up = remove_cv_t <_Tp> = remove_cv_t <_Tp> >
954
+ template <class _Up = remove_cv_t <_Tp>>
955
955
# if _LIBCPP_STD_VER >= 26
956
956
requires (!(is_lvalue_reference_v<_Tp> && is_function_v<__libcpp_remove_reference_t <_Tp>>) &&
957
957
!(is_lvalue_reference_v<_Tp> && is_array_v<__libcpp_remove_reference_t <_Tp>>))
@@ -962,7 +962,7 @@ public:
962
962
return this ->has_value () ? this ->__get () : static_cast <value_type>(std::forward<_Up>(__v));
963
963
}
964
964
965
- template <class _Up = remove_cv_t <_Tp> = remove_cv_t <_Tp> >
965
+ template <class _Up = remove_cv_t <_Tp>>
966
966
# if _LIBCPP_STD_VER >= 26
967
967
requires (!is_lvalue_reference_v<_Tp>)
968
968
# endif
You can’t perform that action at this time.
0 commit comments