Commit 97a7c229 by Jonathan Wakely

libstdc++: Fix non-ASCII characters in comment

	* include/std/ranges: Fix non-ASCII characters in comment.
parent dcda050e
2020-02-09 Jonathan Wakely <jwakely@redhat.com> 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 * include/bits/range_cmp.h (__detail::__eq_builtin_ptr_cmp): Require
equality comparison to be valid and return bool. equality comparison to be valid and return bool.
(__detail::__less_builtin_ptr_cmp): Likewise for less-than comparison. (__detail::__less_builtin_ptr_cmp): Likewise for less-than comparison.
......
...@@ -2590,8 +2590,8 @@ namespace views ...@@ -2590,8 +2590,8 @@ namespace views
// XXX: [24.7.11.3.1] // XXX: [24.7.11.3.1]
// Many of the following specifications refer to the notional member // Many of the following specifications refer to the notional member
// current of outer-iterator. current is equivalent to current_­ if // current of outer-iterator. current is equivalent to current_ if
// V models forward_range, and parent_->current_­ otherwise. // V models forward_range, and parent_->current_ otherwise.
constexpr auto& constexpr auto&
__current() __current()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment