libstdc++: Fix non-ASCII characters in comment
authorJonathan Wakely <jwakely@redhat.com>
Sun, 9 Feb 2020 13:54:32 +0000 (13:54 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Sun, 9 Feb 2020 13:54:32 +0000 (13:54 +0000)
* include/std/ranges: Fix non-ASCII characters in comment.

libstdc++-v3/ChangeLog
libstdc++-v3/include/std/ranges

index fb4641a..cc23523 100644 (file)
@@ -1,5 +1,7 @@
 2020-02-09  Jonathan Wakely  <jwakely@redhat.com>
 
+       * 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.
index 891ecf7..970e904 100644 (file)
@@ -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()
          {