Skip to content

Commit

Permalink
Annotate implementation of LWG-3581 (#2175)
Browse files Browse the repository at this point in the history
  • Loading branch information
CaseyCarter authored Sep 2, 2021
1 parent 205aed7 commit d5feb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stl/inc/xstring
Original file line number Diff line number Diff line change
Expand Up @@ -1275,7 +1275,7 @@ public:
#if _HAS_CXX23
// clang-format off
template <class _Range>
requires (!same_as<remove_cvref_t<_Range>, basic_string_view> // per LWG issue filed on 2021-08-16
requires (!same_as<remove_cvref_t<_Range>, basic_string_view> // per LWG-3581
&& _RANGES contiguous_range<_Range>
&& _RANGES sized_range<_Range>
&& same_as<_RANGES range_value_t<_Range>, _Elem>
Expand Down

0 comments on commit d5feb03

Please sign in to comment.