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
a04f635d
Commit
a04f635d
authored
Feb 07, 2020
by
Patrick Palka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libstdc++: Remove extraneous &&
parent
40f64837
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
libstdc++-v3/ChangeLog
+2
-0
libstdc++-v3/include/bits/ranges_algo.h
+1
-1
No files found.
libstdc++-v3/ChangeLog
View file @
a04f635d
2020-02-07 Patrick Palka <ppalka@redhat.com>
2020-02-07 Patrick Palka <ppalka@redhat.com>
* include/bits/ranges_algo.h: Remove extraneous &&.
* include/std/ranges (ranges::__detail::__stream_extractable,
* include/std/ranges (ranges::__detail::__stream_extractable,
ranges::basic_istream_view, ranges::istream_view): Define.
ranges::basic_istream_view, ranges::istream_view): Define.
* testsuite/std/ranges/istream_view: New test.
* testsuite/std/ranges/istream_view: New test.
...
...
libstdc++-v3/include/bits/ranges_algo.h
View file @
a04f635d
...
@@ -1250,7 +1250,7 @@ namespace ranges
...
@@ -1250,7 +1250,7 @@ namespace ranges
[[
no_unique_address
]]
_Out
out
;
[[
no_unique_address
]]
_Out
out
;
template
<
typename
_IIter1
,
typename
_IIter2
,
typename
_OOut
>
template
<
typename
_IIter1
,
typename
_IIter2
,
typename
_OOut
>
requires
convertible_to
<
const
_Iter1
&
,
_IIter1
>
&&
requires
convertible_to
<
const
_Iter1
&
,
_IIter1
>
&&
convertible_to
<
const
_Iter2
&
,
_IIter2
>
&&
convertible_to
<
const
_Iter2
&
,
_IIter2
>
&&
convertible_to
<
const
_Out
&
,
_OOut
>
&&
convertible_to
<
const
_Out
&
,
_OOut
>
operator
binary_transform_result
<
_IIter1
,
_IIter2
,
_OOut
>
()
const
&
operator
binary_transform_result
<
_IIter1
,
_IIter2
,
_OOut
>
()
const
&
...
...
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