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
3b2453a9
Commit
3b2453a9
authored
May 15, 2013
by
Jonathan Wakely
Committed by
Jonathan Wakely
May 15, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* include/bits/basic_string.h (getline): Fix doxygen comments.
From-SVN: r198920
parent
fdf6a7b9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
8 deletions
+10
-8
libstdc++-v3/ChangeLog
+4
-0
libstdc++-v3/include/bits/basic_string.h
+6
-8
No files found.
libstdc++-v3/ChangeLog
View file @
3b2453a9
2013-05-15 Jonathan Wakely <jwakely.gcc@gmail.com>
* include/bits/basic_string.h (getline): Fix doxygen comments.
2013-05-14 Paolo Carlini <paolo.carlini@oracle.com>
* include/bits/stl_iterator.h (__normal_iterator<>::_M_const_cast):
...
...
libstdc++-v3/include/bits/basic_string.h
View file @
3b2453a9
...
...
@@ -2767,10 +2767,9 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
*
* Stores characters from @a __is into @a __str until @a __delim is
* found, the end of the stream is encountered, or str.max_size()
* is reached. If is.width() is non-zero, that is the limit on the
* number of characters stored into @a __str. Any previous
* contents of @a __str are erased. If @a __delim was encountered,
* it is extracted but not stored into @a __str.
* is reached. Any previous contents of @a __str are erased. If
* @a __delim is encountered, it is extracted but not stored into
* @a __str.
*/
template
<
typename
_CharT
,
typename
_Traits
,
typename
_Alloc
>
basic_istream
<
_CharT
,
_Traits
>&
...
...
@@ -2785,10 +2784,9 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
*
* Stores characters from is into @a __str until '\n' is
* found, the end of the stream is encountered, or str.max_size()
* is reached. If __is.width() is non-zero, that is the limit on
* the number of characters stored into @a __str. Any previous
* contents of @a __str are erased. If end of line was
* encountered, it is extracted but not stored into @a __str.
* is reached. Any previous contents of @a __str are erased. If
* end of line is encountered, it is extracted but not stored into
* @a __str.
*/
template
<
typename
_CharT
,
typename
_Traits
,
typename
_Alloc
>
inline
basic_istream
<
_CharT
,
_Traits
>&
...
...
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