From 5d190d21248d7e61d8a2abe8936b145102a71fa8 Mon Sep 17 00:00:00 2001
From: Ville Voutilainen
Date: Mon, 14 Dec 2015 13:08:30 +0200
Subject: [PATCH] Document the implementation of Logical Operator Type Traits.
* doc/html/index.html: Regenerate.
* doc/html/manual/status.html: Likewise.
* doc/xml/manual/status_cxx2017.xml: Add P0013R1 to C++ 201z
and to Library Fundamentals 2 TS.
From-SVN: r231611
---
libstdc++-v3/ChangeLog | 9 ++++++++
libstdc++-v3/doc/html/index.html | 4 ++--
libstdc++-v3/doc/html/manual/status.html | 12 +++++++++-
.../doc/xml/manual/status_cxx2017.xml | 23 +++++++++++++++++++
4 files changed, 45 insertions(+), 3 deletions(-)
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index ae1bbc0fc58..6cce13b6670 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,12 @@
+2015-11-14 Ville Voutilainen
+
+ Document the implementation of Logical Operator Type Traits.
+
+ * doc/html/index.html: Regenerate.
+ * doc/html/manual/status.html: Likewise.
+ * doc/xml/manual/status_cxx2017.xml: Add P0013R1 to C++ 201z
+ and to Library Fundamentals 2 TS.
+
2015-12-11 Jonathan Wakely
PR libstdc++/59768
diff --git a/libstdc++-v3/doc/html/index.html b/libstdc++-v3/doc/html/index.html
index 1d2815ce2bf..d3570c4e580 100644
--- a/libstdc++-v3/doc/html/index.html
+++ b/libstdc++-v3/doc/html/index.html
@@ -23,7 +23,7 @@
+
Merge Fundamentals V1 into V2 | N | Library Fundamentals 2 TS |
+
+ P0013R1
+
+ | Logical Operator Type Traits (revision 1) | Y | Library Fundamentals 2 TS |
This table is based on the table of contents of ISO/IEC DTR 19768
Doc No: N1836=05-0096 Date: 2005-06-24
Draft Technical Report on C++ Library Extensions
diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
index 4ea0d1e0293..60e5fae43e1 100644
--- a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
+++ b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
@@ -216,6 +216,19 @@ not in any particular release.
+
+
+
+ P0013R1
+
+
+
+ Logical Operator Type Traits (revision 1)
+
+ Y
+
+
+
@@ -353,6 +366,16 @@ not in any particular release.
Library Fundamentals 2 TS
+
+
+
+ P0013R1
+
+
+ Logical Operator Type Traits (revision 1)
+ Y
+ Library Fundamentals 2 TS
+
--
2.30.2