From d4cd08dda5f66955b84700ce89bbe2a5e29426f2 Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Fri, 12 Mar 2004 23:32:03 +0000 Subject: howto.html: Add entry for DR 253 [Ready]. 2004-03-12 Paolo Carlini * docs/html/ext/howto.html: Add entry for DR 253 [Ready]. * include/bits/gslice_array.h: Add comment about DR 253. * include/bits/indirect_array.h: Likewise. * include/bits/mask_array.h: Likewise. * include/bits/slice_array.h: Likewise. From-SVN: r79412 --- libstdc++-v3/docs/html/ext/howto.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'libstdc++-v3/docs/html/ext') diff --git a/libstdc++-v3/docs/html/ext/howto.html b/libstdc++-v3/docs/html/ext/howto.html index 682b34e..f17c617 100644 --- a/libstdc++-v3/docs/html/ext/howto.html +++ b/libstdc++-v3/docs/html/ext/howto.html @@ -412,6 +412,14 @@
This nested typdef was originally not specified.
+
253: + valarray helper functions are almost entirely useless +
+
Make the copy constructor and copy-assignment operator declarations + public in gslice_array, indirect_array, mask_array, slice_array; provide + definitions. +
+
265: std::pair::pair() effects overly restrictive
-- cgit v1.1