* include/bits/stl_deque.h (_Deque_impl): Move comment.
From-SVN: r206924
This commit is contained in:
parent
113a62d92e
commit
af0e0fa06b
@ -1,3 +1,7 @@
|
|||||||
|
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>
|
2014-01-21 Tim Shen <timshen91@gmail.com>
|
||||||
|
|
||||||
* include/bits/regex.tcc: Remove incorrect `nosubs` handling.
|
* include/bits/regex.tcc: Remove incorrect `nosubs` handling.
|
||||||
|
@ -487,13 +487,13 @@ _GLIBCXX_BEGIN_NAMESPACE_CONTAINER
|
|||||||
~_Deque_base() _GLIBCXX_NOEXCEPT;
|
~_Deque_base() _GLIBCXX_NOEXCEPT;
|
||||||
|
|
||||||
protected:
|
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 _Map_alloc_type;
|
||||||
|
|
||||||
typedef typename _Alloc::template rebind<_Tp>::other _Tp_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
|
struct _Deque_impl
|
||||||
: public _Tp_alloc_type
|
: public _Tp_alloc_type
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user