Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
97a7c229
Commit
97a7c229
authored
Feb 09, 2020
by
Jonathan Wakely
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libstdc++: Fix non-ASCII characters in comment
* include/std/ranges: Fix non-ASCII characters in comment.
parent
dcda050e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
libstdc++-v3/ChangeLog
+2
-0
libstdc++-v3/include/std/ranges
+2
-2
No files found.
libstdc++-v3/ChangeLog
View file @
97a7c229
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.
...
...
libstdc++-v3/include/std/ranges
View file @
97a7c229
...
@@ -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()
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment