This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[v3, docs] Import LWG Issues Revision 45
- From: Paolo Carlini <pcarlini at suse dot de>
- To: "'gcc-patches at gcc dot gnu dot org'" <gcc-patches at gcc dot gnu dot org>
- Date: Sun, 05 Nov 2006 17:20:24 +0100
- Subject: [v3, docs] Import LWG Issues Revision 45
Hi,
committed mainline and 4_2-branch.
Paolo.
//////////////////
2006-11-05 Paolo Carlini <pcarlini@suse.de>
* docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 45.
* docs/html/ext/lwg-closed.html: Add.
* docs/html/ext/howto.html: Adjust.
Index: docs/html/ext/howto.html
===================================================================
--- docs/html/ext/howto.html (revision 118501)
+++ docs/html/ext/howto.html (working copy)
@@ -580,14 +580,14 @@
<dd>Fix the parameters.
</dd>
- <dt><a href="lwg-active.html#512">512</a>:
+ <dt><a href="lwg-closed.html#512">512</a>:
<em>Seeding subtract_with_carry_01 from a single unsigned long</em>
</dt>
<dd>Construct a <code>linear_congruential</code> engine and seed with it.
</dd>
- <dt><a href="lwg-active.html#538">538</a>:
- <em>DR 538. 241 again: Does unique_copy() require CopyConstructible
+ <dt><a href="lwg-defects.html#538">538</a>:
+ <em>241 again: Does unique_copy() require CopyConstructible
and Assignable?</em>
</dt>
<dd>In case of input_iterator/output_iterator rely on Assignability of