Skip to content

Commit d5feb03

Browse files
authored
Annotate implementation of LWG-3581 (microsoft#2175)
1 parent 205aed7 commit d5feb03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stl/inc/xstring

+1-1
Original file line numberDiff line numberDiff line change
@@ -1275,7 +1275,7 @@ public:
12751275
#if _HAS_CXX23
12761276
// clang-format off
12771277
template <class _Range>
1278-
requires (!same_as<remove_cvref_t<_Range>, basic_string_view> // per LWG issue filed on 2021-08-16
1278+
requires (!same_as<remove_cvref_t<_Range>, basic_string_view> // per LWG-3581
12791279
&& _RANGES contiguous_range<_Range>
12801280
&& _RANGES sized_range<_Range>
12811281
&& same_as<_RANGES range_value_t<_Range>, _Elem>

0 commit comments

Comments
 (0)