From 53b8e481cfbd2a3983b793964f7cf88715aa77de Mon Sep 17 00:00:00 2001 From: Jacob Ogle <123908271+JacobOgle@users.noreply.github.com> Date: Sun, 18 Jun 2023 21:48:27 -0400 Subject: [PATCH] cleanup for #3780 fix documentation --- stl/inc/ranges | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stl/inc/ranges b/stl/inc/ranges index 753272269d1..bbefc083494 100644 --- a/stl/inc/ranges +++ b/stl/inc/ranges @@ -6124,7 +6124,7 @@ namespace ranges { } _NODISCARD_FRIEND constexpr difference_type operator-( - const _Iterator& _Left, const _Iterator& _Right) noexcept /* strengthened */ { + const _Iterator& _Left, const _Iterator& _Right) noexcept { return _Left._Pos - _Right._Pos; }