summaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 83ff9ad6e40..fd16bb44dd0 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,13 @@
+2006-12-05 Paolo Carlini <pcarlini@suse.de>
+
+ DR 543, [Ready].
+ * include/bits/slice_array.h (slice::slice()): Implement the
+ resolution.
+ * include/bits/gslice.h (gslice::_Indexer::_Indexer()): Add.
+ (gslice::gslice()): Use it.
+ * testsuite/26_numerics/valarray/dr543.cc: New.
+ * docs/html/ext/howto.html: Add an entry for DR 543.
+
2006-12-05 Benjamin Kosnik <bkoz@redhat.com>
* include/tr1/tuple: Consistent include guards.