2008-05-30 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / libstdc++-v3 / doc / xml / manual / intro.xml
blob1f6708dac9a379856be852564abef8d50a8a558b
1 <?xml version='1.0'?>
2 <!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" 
4 [ ]>
6 <part id="manual.intro" xreflabel="Introduction">
7 <?dbhtml filename="intro.html"?>
8  
9 <partinfo>
10   <keywordset>
11     <keyword>
12       ISO C++
13     </keyword>
14     <keyword>
15       library
16     </keyword>
17   </keywordset>
18 </partinfo>
20 <title>Introduction</title>
22 <!-- Chapter 01 : Status -->
23 <chapter id="manual.intro.status" xreflabel="Status">
24   <title>Status</title>
27   <sect1 id="manual.intro.status.standard" xreflabel="Implementation Status">
28     <title>Implementation Status</title>
30     <!-- Section 01 : Status C++ 1998 -->
31     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
32                 parse="xml" href="status_cxx1998.xml">
33     </xi:include>
35     <!-- Section 02 : Status C++ TR1 -->
36     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
37                 parse="xml" href="status_cxxtr1.xml">
38     </xi:include>
40     <!-- Section 03 : Status C++ 200x -->
41     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
42                 parse="xml" href="status_cxx200x.xml">
43     </xi:include>    
44   </sect1>
46   <!-- Section 02 : License -->
47   <sect1 id="manual.intro.status.license" xreflabel="License">
48     <title>License</title>
49     <para>
50     There are two licenses affecting GNU libstdc++: one for the code,
51     and one for the documentation.  
52     </para>
54     <para>
55       There is a license section in the FAQ regarding common <link
56       linkend="faq.license">questions</link>. If you have more
57       questions, ask the FSF or the <ulink
58       url="http://gcc.gnu.org/lists.html">gcc mailing list</ulink>.
59     </para>
61     <sect2 id="manual.intro.status.license.gpl" xreflabel="License GPL">
62     <title>The Code: GPL</title>
63     
64     <para>
65       The source code is distributed under the <link
66       linkend="appendix.gpl-2.0">GNU General Public License version 2</link>,
67       with the so-called <quote>Runtime Exception</quote>
68       as follows (or see any header or implementation file):
69     </para>
70     
71     <literallayout>
72       As a special exception, you may use this file as part of a free software
73       library without restriction.  Specifically, if other files instantiate
74       templates or use macros or inline functions from this file, or you compile
75       this file and link it with other files to produce an executable, this
76       file does not by itself cause the resulting executable to be covered by
77       the GNU General Public License.  This exception does not however
78       invalidate any other reasons why the executable file might be covered by
79       the GNU General Public License.
80     </literallayout>
81     
82     <para>
83       Hopefully that text is self-explanatory.  If it isn't, you need to speak
84       to your lawyer, or the Free Software Foundation.
85     </para>
86     </sect2>
88     <sect2 id="manual.intro.status.license.fdl" xreflabel="License FDL">
89     <title>The Documentation: GPL, FDL</title>
90     
91     <para>
92       The documentation shipped with the library and made available over
93       the web, excluding the pages generated from source comments, are
94       copyrighted by the Free Software Foundation, and placed under the
95       <link linkend="appendix.gfdl-1.2"> GNU Free Documentation
96       License version 1.2</link>.  There are no Front-Cover Texts, no
97       Back-Cover Texts, and no Invariant Sections.
98     </para>
99     
100     <para> 
101       For documentation generated by doxygen or other automated tools
102       via processing source code comments and markup, the original source
103       code license applies to the generated files. Thus, the doxygen
104       documents are licensed <link linkend="appendix.gpl-2.0">GPL</link>.
105     </para>
106     
107     <para>
108       If you plan on making copies of the documentation, please let us know.
109       We can probably offer suggestions.
110     </para>
111     </sect2>
113   </sect1>
114   
115   <!-- Section 03 : Known Bugs -->
116   <sect1 id="manual.intro.status.bugs" xreflabel="Bugs">
117     <title>Bugs</title>
119     <sect2 id="manual.intro.status.bugs.impl" xreflabel="Bugs impl">
120       <title>Implementation Bugs</title>
121     <para>
122       Information on known bugs, details on efforts to fix them, and
123       fixed bugs are all available as part of the GCC bug tracking
124       system, <ulink
125       url="http://gcc.gnu.org/bugzilla">bugzilla</ulink>, with the
126       category set to <literal>libstdc++</literal>.
127     </para>
128     </sect2>
130     <sect2 id="manual.intro.status.bugs.iso" xreflabel="Bugs iso">
131       <title>Standard Bugs</title>
132       <para>
133         Everybody's got issues.  Even the C++ Standard Library.
134       </para>
135       <para>
136         The Library Working Group, or LWG, is the ISO subcommittee responsible
137         for making changes to the library.  They periodically publish an
138         Issues List containing problems and possible solutions.  As they reach
139         a consensus on proposed solutions, we often incorporate the solution.
140       </para>
141       <para>
142         Here are the issues which have resulted in code changes to the library.
143         The links are to the specific defect reports from a <emphasis>partial
144         copy</emphasis> of the Issues List.  You can read the full version online
145         at the <ulink url="http://www.open-std.org/jtc1/sc22/wg21/">ISO C++
146         Committee homepage</ulink>, linked to on the
147         <ulink url="http://gcc.gnu.org/readings.html">GCC &quot;Readings&quot;
148         page</ulink>.  If
149         you spend a lot of time reading the issues, we recommend downloading
150         the ZIP file and reading them locally.
151       </para>
152       <para>
153         (NB: <emphasis>partial copy</emphasis> means that not all
154         links within the lwg-*.html pages will work.  Specifically,
155         links to defect reports that have not been accorded full DR
156         status will probably break.  Rather than trying to mirror the
157         entire issues list on our overworked web server, we recommend
158         you go to the LWG homepage instead.)
159       </para>
160       <para>
161         If a DR is not listed here, we may simply not have gotten to
162         it yet; feel free to submit a patch.  Search the include/bits
163         and src directories for appearances of
164         <constant>_GLIBCXX_RESOLVE_LIB_DEFECTS</constant> for examples
165         of style.  Note that we usually do not make changes to the
166         code until an issue has reached <ulink url="lwg-active.html#DR">DR</ulink> status.
167       </para>
169       <variablelist>
170     <varlistentry><term><ulink url="../ext/lwg-defects.html#5">5</ulink>:
171         <emphasis>string::compare specification questionable</emphasis>
172     </term>
173     <listitem><para>This should be two overloaded functions rather than a single function.
174     </para></listitem></varlistentry>
176     <varlistentry><term><ulink url="../ext/lwg-defects.html#17">17</ulink>:
177         <emphasis>Bad bool parsing</emphasis>
178     </term>
179     <listitem><para>Apparently extracting Boolean values was messed up...
180     </para></listitem></varlistentry>
182     <varlistentry><term><ulink url="../ext/lwg-defects.html#19">19</ulink>:
183         <emphasis>&quot;Noconv&quot; definition too vague</emphasis>
184     </term>
185     <listitem><para>If <code>codecvt::do_in</code> returns <code>noconv</code> there are
186         no changes to the values in <code>[to, to_limit)</code>.
187     </para></listitem></varlistentry>
189     <varlistentry><term><ulink url="../ext/lwg-defects.html#22">22</ulink>:
190         <emphasis>Member open vs flags</emphasis>
191     </term>
192     <listitem><para>Re-opening a file stream does <emphasis>not</emphasis> clear the state flags.
193     </para></listitem></varlistentry>
195     <varlistentry><term><ulink url="../ext/lwg-defects.html#25">25</ulink>:
196         <emphasis>String operator&lt;&lt; uses width() value wrong</emphasis>
197     </term>
198     <listitem><para>Padding issues.
199     </para></listitem></varlistentry>
201     <varlistentry><term><ulink url="../ext/lwg-defects.html#48">48</ulink>:
202         <emphasis>Use of non-existent exception constructor</emphasis>
203     </term>
204     <listitem><para>An instance of <code>ios_base::failure</code> is constructed instead.
205     </para></listitem></varlistentry>
207     <varlistentry><term><ulink url="../ext/lwg-defects.html#49">49</ulink>:
208         <emphasis>Underspecification of ios_base::sync_with_stdio</emphasis>
209     </term>
210     <listitem><para>The return type is the <emphasis>previous</emphasis> state of synchronization.
211     </para></listitem></varlistentry>
213     <varlistentry><term><ulink url="../ext/lwg-defects.html#50">50</ulink>:
214         <emphasis>Copy constructor and assignment operator of ios_base</emphasis>
215     </term>
216     <listitem><para>These members functions are declared <code>private</code> and are
217         thus inaccessible.  Specifying the correct semantics of
218         &quot;copying stream state&quot; was deemed too complicated.
219     </para></listitem></varlistentry>
221     <varlistentry><term><ulink url="../ext/lwg-defects.html#60">60</ulink>:
222         <emphasis>What is a formatted input function?</emphasis>
223     </term>
224     <listitem><para>This DR made many widespread changes to <code>basic_istream</code>
225         and <code>basic_ostream</code> all of which have been implemented.
226     </para></listitem></varlistentry>
228     <varlistentry><term><ulink url="../ext/lwg-defects.html#63">63</ulink>:
229         <emphasis>Exception-handling policy for unformatted output</emphasis>
230     </term>
231     <listitem><para>Make the policy consistent with that of formatted input, unformatted
232         input, and formatted output.
233     </para></listitem></varlistentry>
235     <varlistentry><term><ulink url="../ext/lwg-defects.html#68">68</ulink>:
236         <emphasis>Extractors for char* should store null at end</emphasis>
237     </term>
238     <listitem><para>And they do now.  An editing glitch in the last item in the list of
239         [27.6.1.2.3]/7.
240     </para></listitem></varlistentry>
242     <varlistentry><term><ulink url="../ext/lwg-defects.html#74">74</ulink>:
243         <emphasis>Garbled text for codecvt::do_max_length</emphasis>
244     </term>
245     <listitem><para>The text of the standard was gibberish.  Typos gone rampant.
246     </para></listitem></varlistentry>
248     <varlistentry><term><ulink url="../ext/lwg-defects.html#75">75</ulink>:
249         <emphasis>Contradiction in codecvt::length's argument types</emphasis>
250     </term>
251     <listitem><para>Change the first parameter to <code>stateT&amp;</code> and implement
252         the new effects paragraph.
253     </para></listitem></varlistentry>
255     <varlistentry><term><ulink url="lwg-defects.html#83">83</ulink>:
256         <emphasis>string::npos vs. string::max_size()</emphasis>
257     </term>
258     <listitem><para>Safety checks on the size of the string should test against
259         <code>max_size()</code> rather than <code>npos</code>.
260     </para></listitem></varlistentry>
262     <varlistentry><term><ulink url="../ext/lwg-defects.html#90">90</ulink>:
263         <emphasis>Incorrect description of operator&gt;&gt; for strings</emphasis>
264     </term>
265     <listitem><para>The effect contain <code>isspace(c,getloc())</code> which must be
266         replaced by <code>isspace(c,is.getloc())</code>.
267     </para></listitem></varlistentry>
269     <varlistentry><term><ulink url="../ext/lwg-defects.html#91">91</ulink>:
270         <emphasis>Description of operator&gt;&gt; and getline() for string&lt;&gt;
271             might cause endless loop</emphasis>
272     </term>
273     <listitem><para>They behave as a formatted input function and as an unformatted
274         input function, respectively (except that <code>getline</code> is
275         not required to set <code>gcount</code>).
276     </para></listitem></varlistentry>
278     <varlistentry><term><ulink url="../ext/lwg-defects.html#103">103</ulink>:
279         <emphasis>set::iterator is required to be modifiable, but this allows
280             modification of keys.</emphasis>
281     </term>
282     <listitem><para>For associative containers where the value type is the same as
283         the key type, both <code>iterator</code> and <code>const_iterator
284         </code> are constant iterators.
285     </para></listitem></varlistentry>
287     <varlistentry><term><ulink url="../ext/lwg-defects.html#109">109</ulink>:
288         <emphasis>Missing binders for non-const sequence elements</emphasis>
289     </term>
290     <listitem><para>The <code>binder1st</code> and <code>binder2nd</code> didn't have an
291         <code>operator()</code> taking a non-const parameter.
292     </para></listitem></varlistentry>
294     <varlistentry><term><ulink url="../ext/lwg-defects.html#110">110</ulink>:
295         <emphasis>istreambuf_iterator::equal not const</emphasis>
296     </term>
297     <listitem><para>This was not a const member function.  Note that the DR says to
298         replace the function with a const one; we have instead provided an
299         overloaded version with identical contents.
300     </para></listitem></varlistentry>
302     <varlistentry><term><ulink url="../ext/lwg-defects.html#117">117</ulink>:
303         <emphasis>basic_ostream uses nonexistent num_put member functions</emphasis>
304     </term>
305     <listitem><para><code>num_put::put()</code> was overloaded on the wrong types.
306     </para></listitem></varlistentry>
308     <varlistentry><term><ulink url="../ext/lwg-defects.html#118">118</ulink>:
309         <emphasis>basic_istream uses nonexistent num_get member functions</emphasis>
310     </term>
311     <listitem><para>Same as 117, but for <code>num_get::get()</code>.
312     </para></listitem></varlistentry>
314     <varlistentry><term><ulink url="../ext/lwg-defects.html#129">129</ulink>:
315         <emphasis>Need error indication from seekp() and seekg()</emphasis>
316     </term>
317     <listitem><para>These functions set <code>failbit</code> on error now.
318     </para></listitem></varlistentry>
320     <varlistentry><term><ulink url="../ext/lwg-defects.html#136">136</ulink>:
321         <emphasis>seekp, seekg setting wrong streams?</emphasis>
322     </term>
323     <listitem><para><code>seekp</code> should only set the output stream, and
324         <code>seekg</code> should only set the input stream.
325     </para></listitem></varlistentry>
327 <!--<varlistentry><term><ulink url="../ext/lwg-defects.html#159">159</ulink>:
328         <emphasis>Strange use of underflow()</emphasis>
329     </term>
330     <listitem><para>In fstream.tcc, the basic_filebuf&lt;&gt;::showmanyc() function
331         should probably not be calling <code>underflow()</code>.
332     </para></listitem></varlistentry> -->
334     <varlistentry><term><ulink url="../ext/lwg-defects.html#167">167</ulink>:
335         <emphasis>Improper use of traits_type::length()</emphasis>
336     </term>
337     <listitem><para><code>op&lt;&lt;</code> with a <code>const char*</code> was
338         calculating an incorrect number of characters to write.
339     </para></listitem></varlistentry>
341     <varlistentry><term><ulink url="../ext/lwg-defects.html#169">169</ulink>:
342         <emphasis>Bad efficiency of overflow() mandated</emphasis>
343     </term>
344     <listitem><para>Grow efficiently the internal array object.
345     </para></listitem></varlistentry>
347     <varlistentry><term><ulink url="../ext/lwg-defects.html#171">171</ulink>:
348         <emphasis>Strange seekpos() semantics due to joint position</emphasis>
349     </term>
350     <listitem><para>Quite complex to summarize...
351     </para></listitem></varlistentry>
353     <varlistentry><term><ulink url="../ext/lwg-defects.html#181">181</ulink>:
354         <emphasis>make_pair() unintended behavior</emphasis>
355     </term>
356     <listitem><para>This function used to take its arguments as reference-to-const, now
357         it copies them (pass by value).
358     </para></listitem></varlistentry>
360     <varlistentry><term><ulink url="../ext/lwg-defects.html#195">195</ulink>:
361         <emphasis>Should basic_istream::sentry's constructor ever set eofbit?</emphasis>
362     </term>
363     <listitem><para>Yes, it can, specifically if EOF is reached while skipping whitespace.
364     </para></listitem></varlistentry>
366     <varlistentry><term><ulink url="../ext/lwg-defects.html#211">211</ulink>:
367         <emphasis>operator&gt;&gt;(istream&amp;, string&amp;) doesn't set failbit</emphasis>
368     </term>
369     <listitem><para>If nothing is extracted into the string, <code>op&gt;&gt;</code> now
370         sets <code>failbit</code> (which can cause an exception, etc., etc.).
371     </para></listitem></varlistentry>
373     <varlistentry><term><ulink url="../ext/lwg-defects.html#214">214</ulink>:
374         <emphasis>set::find() missing const overload</emphasis>
375     </term>
376     <listitem><para>Both <code>set</code> and <code>multiset</code> were missing
377         overloaded find, lower_bound, upper_bound, and equal_range functions
378         for const instances.
379     </para></listitem></varlistentry>
381     <varlistentry><term><ulink url="../ext/lwg-defects.html#231">231</ulink>:
382         <emphasis>Precision in iostream?</emphasis>
383     </term>
384     <listitem><para>For conversion from a floating-point type, <code>str.precision()</code>
385         is specified in the conversion specification.
386     </para></listitem></varlistentry>
388     <varlistentry><term><ulink url="../ext/lwg-active.html#233">233</ulink>:
389         <emphasis>Insertion hints in associative containers</emphasis>
390     </term>
391     <listitem><para>Implement N1780, first check before then check after, insert as close
392         to hint as possible.
393     </para></listitem></varlistentry>
395     <varlistentry><term><ulink url="../ext/lwg-defects.html#235">235</ulink>:
396         <emphasis>No specification of default ctor for reverse_iterator</emphasis>
397     </term>
398     <listitem><para>The declaration of <code>reverse_iterator</code> lists a default constructor.
399         However, no specification is given what this constructor should do.
400     </para></listitem></varlistentry>
402     <varlistentry><term><ulink url="../ext/lwg-defects.html#241">241</ulink>:
403         <emphasis>Does unique_copy() require CopyConstructible and Assignable?</emphasis>
404     </term>
405     <listitem><para>Add a helper for forward_iterator/output_iterator, fix the existing
406         one for input_iterator/output_iterator to not rely on Assignability.
407     </para></listitem></varlistentry>
409     <varlistentry><term><ulink url="../ext/lwg-defects.html#243">243</ulink>:
410         <emphasis>get and getline when sentry reports failure</emphasis>
411     </term>
412     <listitem><para>Store a null character only if the character array has a non-zero size.
413     </para></listitem></varlistentry>
415     <varlistentry><term><ulink url="../ext/lwg-defects.html#251">251</ulink>:
416         <emphasis>basic_stringbuf missing allocator_type</emphasis>
417     </term>
418     <listitem><para>This nested typedef was originally not specified.
419     </para></listitem></varlistentry>
421     <varlistentry><term><ulink url="../ext/lwg-defects.html#253">253</ulink>:
422         <emphasis>valarray helper functions are almost entirely useless</emphasis>
423     </term>
424     <listitem><para>Make the copy constructor and copy-assignment operator declarations
425         public in gslice_array, indirect_array, mask_array, slice_array; provide
426         definitions.
427     </para></listitem></varlistentry>
429     <varlistentry><term><ulink url="../ext/lwg-defects.html#265">265</ulink>:
430         <emphasis>std::pair::pair() effects overly restrictive</emphasis>
431     </term>
432     <listitem><para>The default ctor would build its members from copies of temporaries;
433         now it simply uses their respective default ctors.
434     </para></listitem></varlistentry>
436     <varlistentry><term><ulink url="../ext/lwg-defects.html#266">266</ulink>:
437         <emphasis>bad_exception::~bad_exception() missing Effects clause</emphasis>
438     </term>
439     <listitem><para>The <code>bad_</code>* classes no longer have destructors (they
440         are trivial), since no description of them was ever given.
441     </para></listitem></varlistentry>
443     <varlistentry><term><ulink url="../ext/lwg-defects.html#271">271</ulink>:
444         <emphasis>basic_iostream missing typedefs</emphasis>
445     </term>
446     <listitem><para>The typedefs it inherits from its base classes can't be used, since
447         (for example) <code>basic_iostream&lt;T&gt;::traits_type</code> is ambiguous.
448     </para></listitem></varlistentry>
450     <varlistentry><term><ulink url="../ext/lwg-defects.html#275">275</ulink>:
451         <emphasis>Wrong type in num_get::get() overloads</emphasis>
452     </term>
453     <listitem><para>Similar to 118.
454     </para></listitem></varlistentry>
456     <varlistentry><term><ulink url="../ext/lwg-defects.html#280">280</ulink>:
457         <emphasis>Comparison of reverse_iterator to const reverse_iterator</emphasis>
458     </term>
459     <listitem><para>Add global functions with two template parameters.
460         (NB: not added for now a templated assignment operator) 
461     </para></listitem></varlistentry>
463     <varlistentry><term><ulink url="../ext/lwg-defects.html#292">292</ulink>:
464         <emphasis>Effects of a.copyfmt (a)</emphasis>
465     </term>
466     <listitem><para>If <code>(this == &amp;rhs)</code> do nothing.
467     </para></listitem></varlistentry>
469     <varlistentry><term><ulink url="../ext/lwg-defects.html#300">300</ulink>:
470         <emphasis>List::merge() specification incomplete</emphasis>
471     </term>
472     <listitem><para>If <code>(this == &amp;x)</code> do nothing.
473     </para></listitem></varlistentry>
475     <varlistentry><term><ulink url="../ext/lwg-defects.html#303">303</ulink>:
476         <emphasis>Bitset input operator underspecified</emphasis>
477     </term>
478     <listitem><para>Basically, compare the input character to 
479                     <code>is.widen(0)</code> and <code>is.widen(1)</code>.
480     </para></listitem></varlistentry>
482     <varlistentry><term><ulink url="../ext/lwg-defects.html#305">305</ulink>:
483         <emphasis>Default behavior of codecvt&lt;wchar_t, char, 
484                   mbstate_t&gt;::length()</emphasis>
485     </term>
486     <listitem><para>Do not specify what <code>codecvt&lt;wchar_t, char, 
487                     mbstate_t&gt;::do_length</code> must return.
488     </para></listitem></varlistentry>
490     <varlistentry><term><ulink url="../ext/lwg-defects.html#328">328</ulink>:
491         <emphasis>Bad sprintf format modifier in 
492                   money_put&lt;&gt;::do_put()</emphasis>
493     </term>
494     <listitem><para>Change the format string to &quot;%.0Lf&quot;.
495     </para></listitem></varlistentry>
497     <varlistentry><term><ulink url="../ext/lwg-defects.html#365">365</ulink>:
498         <emphasis>Lack of const-qualification in clause 27</emphasis>
499     </term>
500     <listitem><para>Add const overloads of <code>is_open</code>.
501     </para></listitem></varlistentry>
503     <varlistentry><term><ulink url="../ext/lwg-active.html#387">387</ulink>:
504         <emphasis>std::complex over-encapsulated</emphasis>
505     </term>
506     <listitem><para>Add the <code>real(T)</code> and <code>imag(T)</code>
507                     members;  in C++0x mode, also adjust the existing 
508                     <code>real()</code> and <code>imag()</code> members and 
509                     free functions.
510     </para></listitem></varlistentry>
512     <varlistentry><term><ulink url="../ext/lwg-defects.html#389">389</ulink>:
513         <emphasis>Const overload of valarray::operator[] returns 
514                   by value</emphasis>
515     </term>
516     <listitem><para>Change it to return a <code>const T&amp;</code>.
517     </para></listitem></varlistentry>
519     <varlistentry><term><ulink url="../ext/lwg-defects.html#402">402</ulink>:
520         <emphasis>Wrong new expression in [some_]allocator::construct</emphasis>
521     </term>
522     <listitem><para>Replace &quot;new&quot; with &quot;::new&quot;.
523     </para></listitem></varlistentry>
525     <varlistentry><term><ulink url="../ext/lwg-defects.html#409">409</ulink>:
526         <emphasis>Closing an fstream should clear the error state</emphasis>
527     </term>
528     <listitem><para>Have <code>open</code> clear the error flags.
529     </para></listitem></varlistentry>
531     <varlistentry><term><ulink url="../ext/lwg-active.html#431">431</ulink>:
532         <emphasis>Swapping containers with unequal allocators</emphasis>
533     </term>
534     <listitem><para>Implement Option 3, as per N1599.
535     </para></listitem></varlistentry>
537     <varlistentry><term><ulink url="../ext/lwg-defects.html#432">432</ulink>:
538         <emphasis>stringbuf::overflow() makes only one write position
539             available</emphasis>
540     </term>
541     <listitem><para>Implement the resolution, beyond DR 169.
542     </para></listitem></varlistentry>
544     <varlistentry><term><ulink url="../ext/lwg-defects.html#434">434</ulink>:
545         <emphasis>bitset::to_string() hard to use</emphasis>
546     </term>
547     <listitem><para>Add three overloads, taking fewer template arguments.
548     </para></listitem></varlistentry>
550     <varlistentry><term><ulink url="../ext/lwg-defects.html#438">438</ulink>:
551         <emphasis>Ambiguity in the "do the right thing" clause</emphasis>
552     </term>
553     <listitem><para>Implement the resolution, basically cast less.
554     </para></listitem></varlistentry>
556     <varlistentry><term><ulink url="../ext/lwg-defects.html#453">453</ulink>:
557         <emphasis>basic_stringbuf::seekoff need not always fail for an empty stream</emphasis>
558     </term>
559     <listitem><para>Don't fail if the next pointer is null and newoff is zero.
560     </para></listitem></varlistentry>
562     <varlistentry><term><ulink url="../ext/lwg-defects.html#455">455</ulink>:
563         <emphasis>cerr::tie() and wcerr::tie() are overspecified</emphasis>
564     </term>
565     <listitem><para>Initialize cerr tied to cout and wcerr tied to wcout.
566     </para></listitem></varlistentry>
568     <varlistentry><term><ulink url="../ext/lwg-defects.html#464">464</ulink>:
569         <emphasis>Suggestion for new member functions in standard containers</emphasis>
570     </term>
571     <listitem><para>Add <code>data()</code> to <code>std::vector</code> and
572         <code>at(const key_type&amp;)</code> to <code>std::map</code>.
573     </para></listitem></varlistentry>
575     <varlistentry><term><ulink url="../ext/lwg-defects.html#508">508</ulink>:
576         <emphasis>Bad parameters for ranlux64_base_01</emphasis>
577     </term>
578     <listitem><para>Fix the parameters.
579     </para></listitem></varlistentry>
581     <varlistentry><term><ulink url="../ext/lwg-closed.html#512">512</ulink>:
582         <emphasis>Seeding subtract_with_carry_01 from a single unsigned long</emphasis>
583     </term>
584     <listitem><para>Construct a <code>linear_congruential</code> engine and seed with it.
585     </para></listitem></varlistentry>
587     <varlistentry><term><ulink url="../ext/lwg-closed.html#526">526</ulink>:
588         <emphasis>Is it undefined if a function in the standard changes in
589             parameters?</emphasis>
590     </term>
591     <listitem><para>Use &amp;value.
592     </para></listitem></varlistentry>
594     <varlistentry><term><ulink url="../ext/lwg-defects.html#538">538</ulink>:
595         <emphasis>241 again: Does unique_copy() require CopyConstructible
596             and Assignable?</emphasis>
597     </term>
598     <listitem><para>In case of input_iterator/output_iterator rely on Assignability of
599         input_iterator' value_type.
600     </para></listitem></varlistentry>
602     <varlistentry><term><ulink url="../ext/lwg-defects.html#541">541</ulink>:
603         <emphasis>shared_ptr template assignment and void</emphasis>
604     </term>
605     <listitem><para>Add an auto_ptr&lt;void&gt; specialization.
606     </para></listitem></varlistentry>
608     <varlistentry><term><ulink url="../ext/lwg-defects.html#543">543</ulink>:
609         <emphasis>valarray slice default constructor</emphasis>
610     </term>
611     <listitem><para>Follow the straightforward proposed resolution.
612     </para></listitem></varlistentry>
614     <varlistentry><term><ulink url="../ext/lwg-active.html#550">550</ulink>:
615         <emphasis>What should the return type of pow(float,int) be?</emphasis>
616     </term>
617     <listitem><para>In C++0x mode, remove the pow(float,int), etc., signatures.
618     </para></listitem></varlistentry>
620     <varlistentry><term><ulink url="../ext/lwg-defects.html#586">586</ulink>:
621         <emphasis>string inserter not a formatted function</emphasis>
622     </term>
623     <listitem><para>Change it to be a formatted output function (i.e. catch exceptions).
624     </para></listitem></varlistentry>
626     <varlistentry><term><ulink url="../ext/lwg-active.html#596">596</ulink>:
627         <emphasis>27.8.1.3 Table 112 omits "a+" and "a+b" modes</emphasis>
628     </term>
629     <listitem><para>Add the missing modes to fopen_mode.
630     </para></listitem></varlistentry>
632     <varlistentry><term><ulink url="../ext/lwg-defects.html#660">660</ulink>:
633         <emphasis>Missing bitwise operations</emphasis>
634     </term>
635     <listitem><para>Add the missing operations.
636     </para></listitem></varlistentry>
638     <varlistentry><term><ulink url="../ext/lwg-defects.html#693">693</ulink>:
639         <emphasis>std::bitset::all() missing</emphasis>
640     </term>
641     <listitem><para>Add it, consistently with the discussion.
642     </para></listitem></varlistentry>
644     <varlistentry><term><ulink url="../ext/lwg-defects.html#695">695</ulink>:
645         <emphasis>ctype&lt;char&gt;::classic_table() not accessible</emphasis>
646     </term>
647     <listitem><para>Make the member functions table and classic_table public.
648     </para></listitem></varlistentry>
650     <varlistentry><term><ulink url="../ext/lwg-active.html#761">761</ulink>:
651         <emphasis>unordered_map needs an at() member function</emphasis>
652     </term>
653     <listitem><para>In C++0x mode, add at() and at() const.
654     </para></listitem></varlistentry>
656     <varlistentry><term><ulink url="../ext/lwg-active.html#775">775</ulink>:
657         <emphasis>Tuple indexing should be unsigned?</emphasis>
658     </term>
659     <listitem><para>Implement the int -> size_t replacements.
660     </para></listitem></varlistentry>
662     <varlistentry><term><ulink url="../ext/lwg-active.html#778">778</ulink>:
663         <emphasis>std::bitset does not have any constructor taking a string literal</emphasis>
664     </term>
665     <listitem><para>Add it.
666     </para></listitem></varlistentry>
668     <varlistentry><term><ulink url="../ext/lwg-active.html#781">781</ulink>:
669         <emphasis>std::complex should add missing C99 functions</emphasis>
670     </term>
671     <listitem><para>In C++0x mode, add std::proj.
672     </para></listitem></varlistentry>
673   </variablelist>
675  </sect2>
676   </sect1>  
677 </chapter>
680 <!-- Chapter 02 : Setup -->
681 <chapter id="manual.intro.setup" xreflabel="Setup">
682   <title>Setup</title>
684   <!-- Section 01 : Configure -->
685   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
686               parse="xml" href="configure.xml">
687   </xi:include>
689   <!-- Section 02 : Build -->
690   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
691               parse="xml" href="build.xml">
692   </xi:include>
694   <!-- Section 03 : Test -->
695   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
696               parse="xml" href="test.xml">
697   </xi:include>
698 </chapter>
701 <!-- Chapter 03 : Using -->
702 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
703             parse="xml" href="using.xml">
704 </xi:include>
706 </part>