Skip to content

Commit

Permalink
Update libcxx/include/string
Browse files Browse the repository at this point in the history
Co-authored-by: Louis Dionne <[email protected]>
  • Loading branch information
philnik777 and ldionne authored Jul 18, 2024
1 parent 0413757 commit 1158abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcxx/include/string
Original file line number Diff line number Diff line change
Expand Up @@ -1830,7 +1830,7 @@ private:
template <class _Iterator, class _Sentinel>
_LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI void __assign_with_sentinel(_Iterator __first, _Sentinel __last);

// Copy [__first, __last) into [__dest, __dest + (__last - __first)). Assumes that the range don't overlap.
// Copy [__first, __last) into [__dest, __dest + (__last - __first)). Assumes that the ranges don't overlap.
template <class _ForwardIter, class _Sent>
_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type*
__copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) {
Expand Down

0 comments on commit 1158abc

Please sign in to comment.