* include/std/ranges: Fix non-ASCII characters in comment.
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.
// 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()
{