Commit 7d31a1f4 by Paolo Carlini Committed by Paolo Carlini

lwg-active.html, [...]: Import Revision 37.

2005-06-29  Paolo Carlini  <pcarlini@suse.de>

	* docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 37.
	* docs/html/ext/howto.html: Adjust.

From-SVN: r101418
parent c7b80291
2005-06-29 Paolo Carlini <pcarlini@suse.de> 2005-06-29 Paolo Carlini <pcarlini@suse.de>
* docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 37.
* docs/html/ext/howto.html: Adjust.
2005-06-29 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/22131 PR libstdc++/22131
* include/bits/locale_facets.tcc (num_get<>::_M_extract_int, * include/bits/locale_facets.tcc (num_get<>::_M_extract_int,
num_get<>::_M_extract_float, money_get<>::_M_extract): num_get<>::_M_extract_float, money_get<>::_M_extract):
......
...@@ -503,19 +503,19 @@ ...@@ -503,19 +503,19 @@
<dd>Replace &quot;new&quot; with &quot;::new&quot;. <dd>Replace &quot;new&quot; with &quot;::new&quot;.
</dd> </dd>
<dt><a href="lwg-active.html#409">409</a>: <dt><a href="lwg-defects.html#409">409</a>:
<em>Closing an fstream should clear the error state</em> <em>Closing an fstream should clear the error state</em>
</dt> </dt>
<dd>Have <code>open</code> clear the error flags. <dd>Have <code>open</code> clear the error flags.
</dd> </dd>
<dt><a href="lwg-active.html#434">434</a>: <dt><a href="lwg-defects.html#434">434</a>:
<em>bitset::to_string() hard to use</em> <em>bitset::to_string() hard to use</em>
</dt> </dt>
<dd>Add three overloads, taking fewer template arguments. <dd>Add three overloads, taking fewer template arguments.
</dd> </dd>
<dt><a href="lwg-active.html#453">453</a>: <dt><a href="lwg-defects.html#453">453</a>:
<em>basic_stringbuf::seekoff need not always fail for an empty stream</em> <em>basic_stringbuf::seekoff need not always fail for an empty stream</em>
</dt> </dt>
<dd>Don't fail if the next pointer is null and newoff is zero. <dd>Don't fail if the next pointer is null and newoff is zero.
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment