From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1984) id B9C08393BC35; Fri, 17 Jul 2020 12:44:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B9C08393BC35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1594989855; bh=VrBgMDBoNYPLF4rXPdeIBhndAStVadjQk4p8SsNOI0c=; h=From:To:Subject:Date:From; b=daUa0l5BEuvcq3BI8HZishRjab06OWPbaPnQbKkfbI/8wYXsDKqhJB+8qUjwWoIp7 h1tM6GrnoBMOvObZjQM00sR9+kxqVxsIuW2Oeghe47PMnGQmpdB/SbolM8Rwfy9A6x jbHGOujJAIPJzIRHntQyHnfuUbCLZ8bchOLWwRNM= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Tamar Christina To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc(refs/vendors/ARM/heads/arm-struct-reorg-wip)] libstdc++: Fix non-ASCII characters in comment X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/vendors/ARM/heads/arm-struct-reorg-wip X-Git-Oldrev: dcda050e6c3c3726cb14109674053f83cae330be X-Git-Newrev: 97a7c22955435c0466ea96c6d77d2a71b2ae1277 Message-Id: <20200717124415.B9C08393BC35@sourceware.org> Date: Fri, 17 Jul 2020 12:44:15 +0000 (GMT) X-BeenThere: libstdc++-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jul 2020 12:44:15 -0000 https://gcc.gnu.org/g:97a7c22955435c0466ea96c6d77d2a71b2ae1277 commit 97a7c22955435c0466ea96c6d77d2a71b2ae1277 Author: Jonathan Wakely Date: Sun Feb 9 13:54:32 2020 +0000 libstdc++: Fix non-ASCII characters in comment * include/std/ranges: Fix non-ASCII characters in comment. Diff: --- libstdc++-v3/ChangeLog | 2 ++ libstdc++-v3/include/std/ranges | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index fb4641aee6d..cc23523f57a 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,7 @@ 2020-02-09 Jonathan Wakely + * include/std/ranges: Fix non-ASCII characters in comment. + * include/bits/range_cmp.h (__detail::__eq_builtin_ptr_cmp): Require equality comparison to be valid and return bool. (__detail::__less_builtin_ptr_cmp): Likewise for less-than comparison. diff --git a/libstdc++-v3/include/std/ranges b/libstdc++-v3/include/std/ranges index 891ecf75eff..970e904bddd 100644 --- a/libstdc++-v3/include/std/ranges +++ b/libstdc++-v3/include/std/ranges @@ -2590,8 +2590,8 @@ namespace views // XXX: [24.7.11.3.1] // Many of the following specifications refer to the notional member - // current of outer-iterator. current is equivalent to current_­ if - // V models forward_range, and parent_->current_­ otherwise. + // current of outer-iterator. current is equivalent to current_ if + // V models forward_range, and parent_->current_ otherwise. constexpr auto& __current() {