OSDN Git Service

2006-12-05 Paolo Carlini <pcarlini@suse.de>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Dec 2006 19:25:48 +0000 (19:25 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Dec 2006 19:25:48 +0000 (19:25 +0000)
commita7e95a36ae03042318c834b30844bb22a8d66ce0
tree9b800f96aaf5df5ba35a62b48ee1768f69197664
parent8bb2c2a29366f52c14bc6300dea64966823c95bc
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
libstdc++-v3/ChangeLog
libstdc++-v3/docs/html/ext/howto.html
libstdc++-v3/include/bits/gslice.h
libstdc++-v3/include/bits/slice_array.h
libstdc++-v3/testsuite/26_numerics/valarray/dr543.cc [new file with mode: 0644]