summaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2006-12-05 19:25:48 +0000
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2006-12-05 19:25:48 +0000
commita7e95a36ae03042318c834b30844bb22a8d66ce0 (patch)
tree9b800f96aaf5df5ba35a62b48ee1768f69197664 /libstdc++-v3/ChangeLog
parent8bb2c2a29366f52c14bc6300dea64966823c95bc (diff)
downloadgcc-a7e95a36ae03042318c834b30844bb22a8d66ce0.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119552 138bc75d-0d04-0410-961f-82ee72b054a4
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.