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
04ef64d5
Commit
04ef64d5
authored
11 years ago
by
Jonathan Wakely
Committed by
Jonathan Wakely
11 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/xml/manual/status_cxx2014.xml: Create new table for TS statuses.
From-SVN: r205029
parent
1f96a712
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
69 additions
and
18 deletions
+69
-18
libstdc++-v3/ChangeLog
+4
-0
libstdc++-v3/doc/xml/manual/status_cxx2014.xml
+65
-18
No files found.
libstdc++-v3/ChangeLog
View file @
04ef64d5
2013-11-19 Jonathan Wakely <jwakely.gcc@gmail.com>
* doc/xml/manual/status_cxx2014.xml: Create new table for TS statuses.
2013-11-18 Jonathan Wakely <jwakely.gcc@gmail.com>
* include/bits/shared_ptr_base.h (_Sp_counted_base<_S_single>): Use
...
...
This diff is collapsed.
Click to expand it.
libstdc++-v3/doc/xml/manual/status_cxx2014.xml
View file @
04ef64d5
...
...
@@ -20,8 +20,8 @@ presence of the required flag.
</para>
<para>
This page describes the C++14
support in mainline GCC SVN, not in any
particular release.
This page describes the C++14
and library TS support in mainline GCC SVN,
not in any
particular release.
</para>
<table
frame=
"all"
>
...
...
@@ -223,29 +223,53 @@ particular release.
<entry/>
</row>
<row>
<entry>
<link
xmlns:xlink=
"http://www.w3.org/1999/xlink"
xlink:href=
"http://www.open-std.org/JTC1/sc22/WG21/docs/papers/2013/n3
793.html
"
>
N36
72
<link
xmlns:xlink=
"http://www.w3.org/1999/xlink"
xlink:href=
"http://www.open-std.org/JTC1/sc22/WG21/docs/papers/2013/n3
655.pdf
"
>
N36
55
</link>
</entry>
<entry>
A proposal to add a utility class to represent optional objects
</entry>
<entry>
TransformationTraits Redux
</entry>
<entry>
Y
</entry>
<entry
>
Moved from C++14 to Library Fundamentals TS
</entry
>
<entry
/
>
</row>
<row>
<?dbhtml bgcolor="#C8B0B0" ?>
<entry>
<link
xmlns:xlink=
"http://www.w3.org/1999/xlink"
xlink:href=
"http://www.open-std.org/JTC1/sc22/WG21/docs/papers/2013/n36
55
.pdf"
>
N36
55
<link
xmlns:xlink=
"http://www.w3.org/1999/xlink"
xlink:href=
"http://www.open-std.org/JTC1/sc22/WG21/docs/papers/2013/n36
44
.pdf"
>
N36
44
</link>
</entry>
<entry>
TransformationTraits Redux
</entry>
<entry>
Y
</entry>
<entry>
Null Forward Iterators
</entry>
<entry>
N
</entry>
<entry/>
</row>
</tbody>
</tgroup>
</table>
<table
frame=
"all"
>
<title>
C++ Technical Specifications Implementation Status
</title>
<tgroup
cols=
"4"
align=
"left"
colsep=
"0"
rowsep=
"1"
>
<colspec
colname=
"c1"
/>
<colspec
colname=
"c2"
/>
<colspec
colname=
"c3"
/>
<colspec
colname=
"c4"
/>
<thead>
<row>
<entry>
Paper
</entry>
<entry>
Title
</entry>
<entry>
Status
</entry>
<entry>
Comments
</entry>
</row>
</thead>
<tbody>
<row>
<?dbhtml bgcolor="#C8B0B0" ?>
<entry>
...
...
@@ -255,21 +279,44 @@ particular release.
</entry>
<entry>
C++ Dynamic Arrays
</entry>
<entry>
N
</entry>
<entry>
Moved from C++14 to Library Fundamental
s TS
</entry>
<entry>
Array Extension
s TS
</entry>
</row>
<row>
<?dbhtml bgcolor="#C8B0B0" ?>
<entry>
<link
xmlns:xlink=
"http://www.w3.org/1999/xlink"
xlink:href=
"http://www.open-std.org/JTC1/sc22/WG21/docs/papers/2013/n3
644.pdf
"
>
N36
44
<link
xmlns:xlink=
"http://www.w3.org/1999/xlink"
xlink:href=
"http://www.open-std.org/JTC1/sc22/WG21/docs/papers/2013/n3
793.html
"
>
N36
72
</link>
</entry>
<entry>
Null Forward Iterator
s
</entry>
<entry>
N
</entry>
<entry
/
>
<entry>
A proposal to add a utility class to represent optional object
s
</entry>
<entry>
Y
</entry>
<entry
>
Library Fundamentals TS
</entry
>
</row>
<row>
<entry>
<link
xmlns:xlink=
"http://www.w3.org/1999/xlink"
xlink:href=
"http://open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3762.html"
>
N3762
</link>
</entry>
<entry><code>
string_view
</code>
: a non-owning reference to a string
</entry>
<entry>
Y
</entry>
<entry>
Library Fundamentals TS
</entry>
</row>
<row>
<?dbhtml bgcolor="#C8C8B0" ?>
<entry>
<link
xmlns:xlink=
"http://www.w3.org/1999/xlink"
xlink:href=
"http://open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3790.html"
>
N3790
</link>
</entry>
<entry>
File System
</entry>
<entry>
WIP
</entry>
<entry></entry>
</row>
</tbody>
</tgroup>
</table>
...
...
This diff is collapsed.
Click to expand it.
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