aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/docs
diff options
context:
space:
mode:
authorPaolo Carlini <pcarlini@suse.de>2004-03-20 10:05:48 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2004-03-20 10:05:48 +0000
commit2787b59a7fb5c89ea77439661195565229b4f299 (patch)
tree9cdefe238e47c4a2838dd19024c8ce57c97dc50a /libstdc++-v3/docs
parentdbf833ee1107ad90193bc01c9b073a5f5da1a1b7 (diff)
downloadgcc-2787b59a7fb5c89ea77439661195565229b4f299.zip
gcc-2787b59a7fb5c89ea77439661195565229b4f299.tar.gz
gcc-2787b59a7fb5c89ea77439661195565229b4f299.tar.bz2
std_valarray.h: Document DR389 [Ready].
2004-03-20 Paolo Carlini <pcarlini@suse.de> * include/std/std_valarray.h: Document DR389 [Ready]. * docs/html/ext/howto.html: Add an entry for DR389. From-SVN: r79733
Diffstat (limited to 'libstdc++-v3/docs')
-rw-r--r--libstdc++-v3/docs/html/ext/howto.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/libstdc++-v3/docs/html/ext/howto.html b/libstdc++-v3/docs/html/ext/howto.html
index f17c617..56806ca 100644
--- a/libstdc++-v3/docs/html/ext/howto.html
+++ b/libstdc++-v3/docs/html/ext/howto.html
@@ -479,6 +479,12 @@
<dd>Change the format string to &quot;%.0Lf&quot;.
</dd>
+ <dt><a href="lwg-active.html#389">389</a>:
+ <em>Const overload of valarray::operator[] returns by value</em>
+ </dt>
+ <dd>Change it to return a <code>const T&amp;</code>.
+ </dd>
+
<dt><a href="lwg-active.html#402">402</a>:
<em>Wrong new expression in [some_]allocator::construct</em>
</dt>