aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/docs
diff options
context:
space:
mode:
authorPaolo Carlini <pcarlini@suse.de>2004-08-13 16:47:43 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2004-08-13 16:47:43 +0000
commit85a5f64e9f026e3cc3747867454bd720c459f780 (patch)
tree140a0b5686856c02cec4d004f7395c5871d1e58c /libstdc++-v3/docs
parent1e9c84051f28ba061d23b640940eda3e01863ee4 (diff)
downloadgcc-85a5f64e9f026e3cc3747867454bd720c459f780.zip
gcc-85a5f64e9f026e3cc3747867454bd720c459f780.tar.gz
gcc-85a5f64e9f026e3cc3747867454bd720c459f780.tar.bz2
std_fstream.h (class basic_ifstream, [...]): Add const overloads of is_open, as per DR 365 [WP].
2004-08-13 Paolo Carlini <pcarlini@suse.de> * include/std/std_fstream.h (class basic_ifstream, class basic_ofstream, class basic_fstream): Add const overloads of is_open, as per DR 365 [WP]. * docs/html/ext/howto.html: Add an entry for DR 365. From-SVN: r85948
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 c085800..5670c46 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-defects.html#365">365</a>:
+ <em>Lack of const-qualification in clause 27</em>
+ </dt>
+ <dd>Add const overloads of <code>is_open</code>.
+ </dd>
+
<dt><a href="lwg-defects.html#389">389</a>:
<em>Const overload of valarray::operator[] returns by value</em>
</dt>