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
af0e0fa0
Commit
af0e0fa0
authored
Jan 22, 2014
by
Jonathan Wakely
Committed by
Jonathan Wakely
Jan 22, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* include/bits/stl_deque.h (_Deque_impl): Move comment.
From-SVN: r206924
parent
113a62d9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
libstdc++-v3/ChangeLog
+4
-0
libstdc++-v3/include/bits/stl_deque.h
+3
-3
No files found.
libstdc++-v3/ChangeLog
View file @
af0e0fa0
2014-01-22 Jonathan Wakely <jwakely@redhat.com>
* include/bits/stl_deque.h (_Deque_impl): Move comment.
2014-01-21 Tim Shen <timshen91@gmail.com>
* include/bits/regex.tcc: Remove incorrect `nosubs` handling.
...
...
libstdc++-v3/include/bits/stl_deque.h
View file @
af0e0fa0
...
...
@@ -487,13 +487,13 @@ _GLIBCXX_BEGIN_NAMESPACE_CONTAINER
~
_Deque_base
()
_GLIBCXX_NOEXCEPT
;
protected:
//This struct encapsulates the implementation of the std::deque
//standard container and at the same time makes use of the EBO
//for empty allocators.
typedef
typename
_Alloc
::
template
rebind
<
_Tp
*>::
other
_Map_alloc_type
;
typedef
typename
_Alloc
::
template
rebind
<
_Tp
>::
other
_Tp_alloc_type
;
//This struct encapsulates the implementation of the std::deque
//standard container and at the same time makes use of the EBO
//for empty allocators.
struct
_Deque_impl
:
public
_Tp_alloc_type
{
...
...
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