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
d4b695e4
Commit
d4b695e4
authored
Jun 05, 2018
by
Jonathan Wakely
Committed by
Jonathan Wakely
Jun 05, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* include/std/type_traits: Fix comment typos.
From-SVN: r261186
parent
ce6efef8
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/std/type_traits
+2
-2
No files found.
libstdc++-v3/ChangeLog
View file @
d4b695e4
2018-06-05 Jonathan Wakely <jwakely@redhat.com>
* include/std/type_traits: Fix comment typos.
* testsuite/27_io/filesystem/operations/read_symlink.cc: XFAIL for
mingw* targets.
* testsuite/27_io/filesystem/operations/symlink_status.cc: Likewise.
...
...
libstdc++-v3/include/std/type_traits
View file @
d4b695e4
...
...
@@ -1641,7 +1641,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
};
// wchar_t, char16_t and char32_t are integral types but are neither
// signed integer types no
t
unsigned integer types, so must be
// signed integer types no
r
unsigned integer types, so must be
// transformed to the unsigned integer type with the smallest rank.
// Use the partial specialization for enumeration types to do that.
#if defined(_GLIBCXX_USE_WCHAR_T)
...
...
@@ -1758,7 +1758,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
};
// wchar_t, char16_t and char32_t are integral types but are neither
// signed integer types no
t
unsigned integer types, so must be
// signed integer types no
r
unsigned integer types, so must be
// transformed to the signed integer type with the smallest rank.
// Use the partial specialization for enumeration types to do that.
#if defined(_GLIBCXX_USE_WCHAR_T)
...
...
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