summaryrefslogtreecommitdiff
path: root/libstdc++-v3/doc
diff options
context:
space:
mode:
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2011-09-11 22:10:21 +0000
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2011-09-11 22:10:21 +0000
commit1db85ffbfd3bb61b9a6c95cec43b32f0f271b96e (patch)
treefc1dd8d8b32c5967145919371cb46e76351d1c2b /libstdc++-v3/doc
parenta5cca5d6fa1960a2e2904e51930c0af684c070f6 (diff)
downloadgcc-1db85ffbfd3bb61b9a6c95cec43b32f0f271b96e.tar.gz
2011-09-11 Daniel Krugler <daniel.kruegler@googlemail.com>
PR libstdc++/50159 * include/std/tuple (tuple_cat): Reimplement according to the resolution of LWG 1385. * include/std/type_traits: Define __and_ and __or_ for zero arguments too; minor tweaks. * testsuite/20_util/tuple/creation_functions/tuple_cat.cc: New. * testsuite/20_util/tuple/creation_functions/constexpr.cc: Disable for now tuple_cat test. * testsuite/20_util/declval/requirements/1_neg.cc: Adjust dg-error line numbers. * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Likewise. * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc: Likewise. * doc/xml/manual/status_cxx200x.xml: Update. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@178770 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/doc')
-rw-r--r--libstdc++-v3/doc/xml/manual/status_cxx200x.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/libstdc++-v3/doc/xml/manual/status_cxx200x.xml b/libstdc++-v3/doc/xml/manual/status_cxx200x.xml
index 88e238f2355..3922dff8307 100644
--- a/libstdc++-v3/doc/xml/manual/status_cxx200x.xml
+++ b/libstdc++-v3/doc/xml/manual/status_cxx200x.xml
@@ -443,11 +443,10 @@ particular release.
<entry/>
</row>
<row>
- <?dbhtml bgcolor="#B0B0B0" ?>
<entry>20.4.2.4</entry>
<entry>Tuple creation functions</entry>
- <entry>Partial</entry>
- <entry><code>tuple_cat</code> should be a single variadic signature (DR 1385)</entry>
+ <entry>Y</entry>
+ <entry/>
</row>
<row>
<entry>20.4.2.5</entry>