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
ff0164b4
Commit
ff0164b4
authored
May 01, 2015
by
Jonathan Wakely
Committed by
Jonathan Wakely
May 01, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* include/bits/alloc_traits.h (__alloc_rebind): Change parameter name.
From-SVN: r222686
parent
ce1b114a
Show 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/bits/alloc_traits.h
+2
-2
No files found.
libstdc++-v3/ChangeLog
View file @
ff0164b4
2015-05-01 Jonathan Wakely <jwakely@redhat.com>
2015-05-01 Jonathan Wakely <jwakely@redhat.com>
* include/bits/alloc_traits.h (__alloc_rebind): Change parameter name.
* acinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Disable for solaris.
* acinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Disable for solaris.
* configure: Regenerate.
* configure: Regenerate.
...
...
libstdc++-v3/include/bits/alloc_traits.h
View file @
ff0164b4
...
@@ -72,8 +72,8 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
...
@@ -72,8 +72,8 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
typedef
_Alloc
<
_Tp
,
_Args
...
>
__type
;
typedef
_Alloc
<
_Tp
,
_Args
...
>
__type
;
};
};
template
<
typename
_
Ptr
,
typename
_Tp
>
template
<
typename
_
Alloc
,
typename
_Tp
>
using
__alloc_rebind
=
typename
__alloctr_rebind
<
_
Ptr
,
_Tp
>::
__type
;
using
__alloc_rebind
=
typename
__alloctr_rebind
<
_
Alloc
,
_Tp
>::
__type
;
/**
/**
* @brief Uniform interface to all allocator types.
* @brief Uniform interface to all allocator types.
...
...
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