From 4eeb06cdea34b612677ed137beec7da2d45a8f21 Mon Sep 17 00:00:00 2001 From: paolo Date: Fri, 9 Feb 2007 01:00:25 +0000 Subject: 2007-02-08 Howard Hinnant PR libstdc++/17012 * include/bits/list.tcc (list<>::remove): Take care of &*__first == &__value. * docs/html/ext/howto.html: Add an entry for DR 526. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121735 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/docs/html/ext/howto.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libstdc++-v3/docs/html') diff --git a/libstdc++-v3/docs/html/ext/howto.html b/libstdc++-v3/docs/html/ext/howto.html index 951e108dacd..c3dcca4d213 100644 --- a/libstdc++-v3/docs/html/ext/howto.html +++ b/libstdc++-v3/docs/html/ext/howto.html @@ -586,6 +586,13 @@
Construct a linear_congruential engine and seed with it.
+
526: + Is it undefined if a function in the standard changes in + parameters? +
+
Use &value. +
+
538: 241 again: Does unique_copy() require CopyConstructible and Assignable? -- cgit v1.2.3