1 <section xmlns="http://docbook.org/ns/docbook" version="5.0"
2 xml:id="status.iso.2011" xreflabel="Status C++ 2011">
3 <?dbhtml filename="status_iso_cxx2011.html"?>
5 <info><title>C++ 2011</title>
17 <anchor xml:id="status.iso.200x" /> <!-- preserve links to old section ID -->
18 This table is based on the table of contents of ISO/IEC
19 JTC1 SC22 WG21 Doc No: N3290 Date: 2011-04-11
20 Final Draft International Standard, Standard for Programming Language C++
24 In this implementation <literal>-std=gnu++11</literal> or
25 <literal>-std=c++11</literal> flags must be used to enable language
27 features. See <link linkend="manual.intro.using.flags">dialect</link>
28 options. The pre-defined symbol
29 <constant>__GXX_EXPERIMENTAL_CXX0X__</constant> is used to check for the
30 presence of the required flag.
34 This page describes the C++11 support in mainline GCC SVN, not in any
38 <!-- Status is Yes or No, Broken/Partial-->
43 <?dbhtml bgcolor="#C8B0B0" ?>
45 <?dbhtml bgcolor="#B0B0B0" ?>
48 <title>C++ 2011 Implementation Status</title>
50 <tgroup cols="4" align="left" colsep="0" rowsep="1">
51 <colspec colname="c1"/>
52 <colspec colname="c2"/>
53 <colspec colname="c3"/>
54 <colspec colname="c4"/>
57 <entry>Section</entry>
58 <entry>Description</entry>
60 <entry>Comments</entry>
68 <emphasis>18</emphasis>
70 <entry namest="c2" nameend="c4" align="left">
71 <emphasis>Language support</emphasis>
77 <entry>General</entry>
82 <?dbhtml bgcolor="#B0B0B0" ?>
85 <entry>Partial</entry>
86 <entry>Missing offsetof, max_align_t</entry>
90 <entry>Implementation properties</entry>
97 <entry>Numeric Limits</entry>
102 <entry>18.3.2.3</entry>
103 <entry>Class template <code>numeric_limits</code></entry>
108 <entry>18.3.2.4</entry>
109 <entry><code>numeric_limits</code> members</entry>
114 <?dbhtml bgcolor="#C8B0B0" ?>
115 <entry>18.3.2.5</entry>
116 <entry><code>float_round_style</code></entry>
121 <?dbhtml bgcolor="#C8B0B0" ?>
122 <entry>18.3.2.6</entry>
123 <entry><code>float_denorm_style</code></entry>
128 <entry>18.3.2.7</entry>
129 <entry><code>numeric_limits</code> specializations</entry>
135 <entry>18.3.3</entry>
136 <entry>C Library</entry>
143 <entry>Integer types</entry>
148 <entry>18.4.1</entry>
149 <entry>Header <code><cstdint></code> synopsis</entry>
154 <?dbhtml bgcolor="#B0B0B0" ?>
156 <entry>Start and termination</entry>
157 <entry>Partial</entry>
158 <entry>C library dependency for quick_exit, at_quick_exit</entry>
162 <entry>Dynamic memory management</entry>
168 <entry>Type identification</entry>
173 <entry>18.7.1</entry>
174 <entry>Class type_info</entry>
179 <entry>18.7.2</entry>
180 <entry>Class bad_cast</entry>
185 <entry>18.7.3</entry>
186 <entry>Class bad_typeid</entry>
192 <entry>Exception handling</entry>
197 <entry>18.8.1</entry>
198 <entry>Class exception</entry>
203 <entry>18.8.2</entry>
204 <entry>Class bad_exception</entry>
209 <entry>18.8.3</entry>
210 <entry>Abnormal termination</entry>
215 <entry>18.8.4</entry>
216 <entry><code>uncaught_exception</code></entry>
221 <entry>18.8.5</entry>
222 <entry>Exception Propagation</entry>
227 <entry>18.8.6</entry>
228 <entry><code>nested_exception</code></entry>
234 <entry>Initializer lists</entry>
239 <entry>18.9.1</entry>
240 <entry>Initializer list constructors</entry>
245 <entry>18.9.2</entry>
246 <entry>Initializer list access</entry>
251 <entry>18.9.3</entry>
252 <entry>Initializer list range access</entry>
258 <entry>Other runtime support</entry>
264 <emphasis>19</emphasis>
266 <entry namest="c2" nameend="c4" align="left">
267 <emphasis>Diagnostics</emphasis>
272 <entry>General</entry>
277 <?dbhtml bgcolor="#B0B0B0" ?>
279 <entry>Exception classes</entry>
280 <entry>Partial</entry>
281 <entry>Missing <code>const char*</code> constructors.</entry>
285 <entry>Assertions</entry>
291 <entry>Error numbers</entry>
297 <entry>System error support</entry>
302 <entry>19.5.1</entry>
303 <entry>Class <code>error_category</code></entry>
308 <entry>19.5.2</entry>
309 <entry>Class <code>error_code</code></entry>
314 <entry>19.5.3</entry>
315 <entry>Class <code>error_condition</code></entry>
320 <entry>19.5.4</entry>
321 <entry>Comparison operators</entry>
326 <?dbhtml bgcolor="#B0B0B0" ?>
327 <entry>19.5.5</entry>
328 <entry>Class <code>system_error</code></entry>
329 <entry>Partial</entry>
330 <entry>Missing <code>const char*</code> constructors.</entry>
334 <emphasis>20</emphasis>
336 <entry namest="c2" nameend="c4" align="left">
337 <emphasis>General utilities</emphasis>
342 <entry>General</entry>
348 <entry>Utility components</entry>
353 <entry>20.2.1</entry>
354 <entry>Operators</entry>
359 <entry>20.2.2</entry>
365 <entry>20.2.3</entry>
366 <entry><code>forward</code> and <code>move</code> helpers</entry>
371 <entry>20.2.4</entry>
372 <entry>Function template <code>declval</code></entry>
383 <entry>20.3.1</entry>
384 <entry>In general</entry>
389 <entry>20.3.2</entry>
390 <entry>Class template <code>pair</code></entry>
395 <entry>20.3.3</entry>
396 <entry>Specialized algorithms</entry>
401 <entry>20.3.4</entry>
402 <entry>Tuple-like access to <code>pair</code></entry>
407 <entry>20.3.5</entry>
408 <entry>Piecewise construction</entry>
414 <entry>Tuples</entry>
419 <entry>20.4.1</entry>
420 <entry>In general</entry>
425 <entry>20.4.2</entry>
426 <entry>Class template <code>tuple</code></entry>
431 <entry>20.4.2.1</entry>
432 <entry>Construction</entry>
437 <entry>20.4.2.2</entry>
438 <entry>Assignment</entry>
443 <entry>20.4.2.3</entry>
449 <entry>20.4.2.4</entry>
450 <entry>Tuple creation functions</entry>
455 <entry>20.4.2.5</entry>
456 <entry>Tuple helper classes</entry>
461 <entry>20.4.2.6</entry>
462 <entry>Element access</entry>
467 <entry>20.4.2.7</entry>
468 <entry>Relational operators</entry>
473 <entry>20.4.2.8</entry>
474 <entry>Tuple traits</entry>
479 <entry>20.4.2.9</entry>
480 <entry>Tuple specialized algorithms</entry>
486 <entry>Class template <code>bitset</code></entry>
491 <entry>20.5.1</entry>
492 <entry><code>bitset</code> constructors</entry>
497 <entry>20.5.2</entry>
498 <entry><code>bitset</code> members</entry>
503 <entry>20.5.3</entry>
504 <entry><code>bitset</code> hash support</entry>
509 <entry>20.5.4</entry>
510 <entry><code>bitset</code> operators</entry>
516 <entry>Memory</entry>
521 <entry>20.6.1</entry>
522 <entry>In general</entry>
527 <entry>20.6.2</entry>
528 <entry>Header <code><memory></code> synopsis</entry>
533 <entry>20.6.3</entry>
534 <entry>Pointer traits</entry>
539 <?dbhtml bgcolor="#B0B0B0" ?>
540 <entry>20.6.4</entry>
541 <entry>Pointer safety</entry>
542 <entry>Partial</entry>
546 <?dbhtml bgcolor="#C8B0B0" ?>
547 <entry>20.6.5</entry>
553 <entry>20.6.6</entry>
554 <entry>Allocator argument tag</entry>
559 <entry>20.6.7</entry>
560 <entry><code>uses_allocator</code></entry>
565 <entry>20.6.8</entry>
566 <entry>Allocator traits</entry>
571 <entry>20.6.9</entry>
572 <entry>The default allocator</entry>
577 <entry>20.6.10</entry>
578 <entry>Raw storage iterator</entry>
583 <entry>20.6.11</entry>
584 <entry>Temporary buffers</entry>
589 <entry>20.6.12</entry>
590 <entry>Specialized algorithms</entry>
595 <entry>20.6.12.1</entry>
596 <entry><code>addressof</code></entry>
601 <entry>20.6.12.2</entry>
602 <entry><code>uninitialized_copy</code></entry>
607 <entry>20.6.12.3</entry>
608 <entry><code>uninitialized_fill</code></entry>
613 <entry>20.6.12.4</entry>
614 <entry><code>uninitialized_fill_n</code></entry>
619 <entry>20.6.13</entry>
620 <entry>C library</entry>
626 <entry>Smart pointers</entry>
631 <entry>20.7.1</entry>
632 <entry>Class template <code>unique_ptr</code></entry>
637 <entry>20.7.2</entry>
638 <entry>Shared-ownership pointers</entry>
643 <entry>20.7.2.1</entry>
644 <entry>Class <code>bad_weak_ptr</code></entry>
649 <entry>20.7.2.2</entry>
650 <entry>Class template <code>shared_ptr</code></entry>
655 <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.boost.org/libs/smart_ptr/shared_ptr.htm">boost::shared_ptr</link>.
660 <entry>20.7.2.3</entry>
661 <entry>Class template <code>weak_ptr</code></entry>
666 <entry>20.7.2.4</entry>
667 <entry>Class template <code>emable_shared_from_this</code></entry>
672 <?dbhtml bgcolor="#B0B0B0" ?>
673 <entry>20.7.2.5</entry>
674 <entry><code>shared_ptr</code> atomic access</entry>
675 <entry>Partial</entry>
679 <entry>20.7.2.6</entry>
680 <entry>Smart pointer hash support</entry>
686 <entry>Function objects</entry>
691 <entry>20.8.1</entry>
692 <entry>Definitions</entry>
697 <entry>20.8.2</entry>
698 <entry>Requirements</entry>
703 <entry>20.8.3</entry>
704 <entry>Class template <code>reference_wrapper</code></entry>
709 <entry>20.8.4</entry>
710 <entry>Arithmetic operation</entry>
715 <entry>20.8.5</entry>
716 <entry>Comparisons</entry>
721 <entry>20.8.6</entry>
722 <entry>Logical operations</entry>
727 <entry>20.8.7</entry>
728 <entry>Bitwise operations</entry>
733 <entry>20.8.8</entry>
734 <entry>Negators</entry>
739 <entry>20.8.9</entry>
740 <entry>Function template <code>bind</code></entry>
745 <?dbhtml bgcolor="#B0B0B0" ?>
746 <entry>20.8.10</entry>
747 <entry>Function template <code>mem_fn</code></entry>
748 <entry>Partial</entry>
749 <entry>Missing overloads for reference-qualified member functions</entry>
752 <entry>20.8.11</entry>
753 <entry>Polymorphic function wrappers</entry>
758 <entry>20.8.11.1</entry>
759 <entry>Class <code>bad_function_call</code></entry>
764 <?dbhtml bgcolor="#B0B0B0" ?>
765 <entry>20.8.11.2</entry>
766 <entry>Class template <code>function</code></entry>
767 <entry>Partial</entry>
768 <entry>Missing allocator support</entry>
771 <entry>20.8.12</entry>
772 <entry>Class template <code>hash</code></entry>
778 <entry>Metaprogramming and type traits</entry>
783 <entry>20.9.1</entry>
784 <entry>Requirements</entry>
789 <entry>20.9.2</entry>
790 <entry>Header <code><type_traits></code> synopsis</entry>
795 <entry>20.9.3</entry>
796 <entry>Helper classes</entry>
801 <entry>20.9.4</entry>
802 <entry>Unary Type Traits</entry>
807 <entry>20.9.4.1</entry>
808 <entry>Primary type categories</entry>
813 <entry>20.9.4.2</entry>
814 <entry>Composite type traits</entry>
819 <?dbhtml bgcolor="#B0B0B0" ?>
820 <entry>20.9.4.3</entry>
821 <entry>Type properties</entry>
822 <entry>Partial</entry>
823 <entry>Missing is_trivially_copyable,
824 is_trivially_constructible, is_trivially_default_constructible,
825 is_trivially_copy_constructible, is_trivially_move_constructible,
826 is_trivially_assignable, is_trivially_default_assignable,
827 is_trivially_copy_assignable, is_trivially_move_assignable
831 <entry>20.9.5</entry>
832 <entry>Type property queries</entry>
837 <entry>20.9.6</entry>
838 <entry>Relationships between types</entry>
843 <entry>20.9.7</entry>
844 <entry>Transformations between types</entry>
849 <entry>20.9.7.1</entry>
850 <entry>Const-volatile modifications</entry>
855 <entry>20.9.7.2</entry>
856 <entry>Reference modifications</entry>
861 <entry>20.9.7.3</entry>
862 <entry>Sign modifications</entry>
867 <entry>20.9.7.4</entry>
868 <entry>Array modifications</entry>
873 <entry>20.9.7.5</entry>
874 <entry>Pointer modifications</entry>
879 <entry>20.9.7.6</entry>
880 <entry>Other transformations</entry>
886 <entry>Compile-time rational arithmetic</entry>
891 <entry>20.10.1</entry>
892 <entry>In general</entry>
897 <entry>20.10.2</entry>
898 <entry>Header <code><ratio></code> synopsis</entry>
903 <entry>20.10.3</entry>
904 <entry>Class template <code>ratio</code></entry>
909 <entry>20.10.4</entry>
910 <entry>Arithmetic on <code>ratio</code>s</entry>
915 <entry>20.10.5</entry>
916 <entry>Comparison of <code>ratio</code>s</entry>
921 <entry>20.10.6</entry>
922 <entry>SI types for <code>ratio</code></entry>
928 <entry>Time utilities</entry>
933 <entry>20.11.3</entry>
934 <entry>Clock requirements</entry>
939 <entry>20.11.4</entry>
940 <entry>Time-related traits</entry>
945 <entry>20.11.4.1</entry>
946 <entry><code>treat_as_floating_point</code></entry>
951 <entry>20.11.4.2</entry>
952 <entry><code>duration_values</code></entry>
957 <entry>20.11.4.3</entry>
958 <entry>Specializations of <code>common_type</code></entry>
963 <?dbhtml bgcolor="#B0B0B0" ?>
964 <entry>20.11.5</entry>
965 <entry>Class template <code>duration</code></entry>
966 <entry>Partial</entry>
967 <entry>Missing constexpr for non-member arithmetic operations</entry>
970 <entry>20.11.6</entry>
971 <entry>Class template <code>time_point</code></entry>
976 <entry>20.11.7</entry>
977 <entry>Clocks</entry>
982 <entry>20.11.7.1</entry>
983 <entry>Class <code>system_clock</code></entry>
988 <entry>20.11.7.2</entry>
989 <entry>Class <code>steady_clock</code></entry>
994 <entry>20.11.7.3</entry>
995 <entry>Class <code>high_resolution_clock</code></entry>
1000 <entry>20.11.8</entry>
1001 <entry>Date and time functions</entry>
1006 <?dbhtml bgcolor="#B0B0B0" ?>
1007 <entry>20.12</entry>
1008 <entry>Scoped allocator adaptor</entry>
1009 <entry>Partial</entry>
1013 <entry>20.12.1</entry>
1014 <entry>Header <code><scoped_allocator></code> synopsis</entry>
1019 <entry>20.12.2</entry>
1020 <entry>Scoped allocator adaptor member types</entry>
1025 <entry>20.12.3</entry>
1026 <entry>Scoped allocator adaptor constructors</entry>
1031 <?dbhtml bgcolor="#B0B0B0" ?>
1032 <entry>20.12.4</entry>
1033 <entry>Scoped allocator adaptor members</entry>
1034 <entry>Partial</entry>
1035 <entry>OUTERMOST is not recursive.</entry>
1038 <entry>20.12.5</entry>
1039 <entry>Scoped allocator operators</entry>
1044 <entry>20.13</entry>
1045 <entry>Class <code>type_index</code></entry>
1051 <emphasis>21</emphasis>
1053 <entry namest="c2" nameend="c4" align="left">
1054 <emphasis>Strings</emphasis>
1059 <entry>General</entry>
1065 <entry>Character traits</entry>
1070 <entry>21.2.1</entry>
1071 <entry>Character traits requirements</entry>
1076 <entry>21.2.2</entry>
1077 <entry>traits typedefs</entry>
1082 <entry>21.2.3</entry>
1083 <entry><code>char_traits</code> specializations</entry>
1088 <?dbhtml bgcolor="#B0B0B0" ?>
1089 <entry>21.2.3.1</entry>
1090 <entry>struct <code>char_traits<char></code></entry>
1091 <entry>Partial</entry>
1092 <entry>Missing constexpr</entry>
1095 <?dbhtml bgcolor="#B0B0B0" ?>
1096 <entry>21.2.3.2</entry>
1097 <entry>struct <code>char_traits<char16_t></code></entry>
1098 <entry>Partial</entry>
1099 <entry>Missing constexpr</entry>
1102 <entry>21.2.3.3</entry>
1103 <entry>struct <code>char_traits<char32_t></code></entry>
1108 <entry>21.2.3.4</entry>
1109 <entry>struct <code>char_traits<wchar_t></code></entry>
1115 <entry>String classes</entry>
1121 <entry>Class template <code>basic_string</code></entry>
1127 <entry>Numeric Conversions</entry>
1133 <entry>Hash support</entry>
1138 <?dbhtml bgcolor="#B0B0B0" ?>
1140 <entry>Null-terminated sequence utilities</entry>
1141 <entry>Partial</entry>
1142 <entry>C library dependency.
1143 Missing <filename class="headerfile"><cuchar></filename>
1148 <emphasis>22</emphasis>
1150 <entry namest="c2" nameend="c4" align="left">
1151 <emphasis>Localization</emphasis>
1156 <entry>General</entry>
1162 <entry>Header <code><locale></code> synopsis</entry>
1168 <entry>Locales</entry>
1173 <entry>22.3.1</entry>
1174 <entry>Class <code>locale</code></entry>
1179 <entry>22.3.2</entry>
1180 <entry><code>locale</code> globals</entry>
1185 <entry>22.3.3</entry>
1186 <entry>Convenience interfaces</entry>
1191 <entry>22.3.3.1</entry>
1192 <entry>Character classification</entry>
1197 <entry>22.3.3.2</entry>
1198 <entry>Conversions</entry>
1203 <entry>22.3.3.2.1</entry>
1204 <entry>Character conversions</entry>
1209 <?dbhtml bgcolor="#C8B0B0" ?>
1210 <entry>22.3.3.2.2</entry>
1211 <entry><code>string</code> conversions</entry>
1216 <?dbhtml bgcolor="#C8B0B0" ?>
1217 <entry>22.3.3.2.3</entry>
1218 <entry>Buffer conversions</entry>
1224 <entry>Standard <code>locale</code> categories</entry>
1229 <?dbhtml bgcolor="#B0B0B0" ?>
1230 <entry>22.4.1</entry>
1231 <entry>The <code>ctype</code> category</entry>
1232 <entry>Partial</entry>
1233 <entry>Missing <code>codecvt<char16_t></code> and
1234 <code>codecvt<char32_t></code></entry>
1237 <entry>22.4.2</entry>
1238 <entry>The numeric category</entry>
1243 <entry>22.4.2.1</entry>
1244 <entry><code>num_get</code></entry>
1249 <entry>22.4.2.2</entry>
1250 <entry><code>num_put</code></entry>
1255 <entry>22.4.3</entry>
1256 <entry>The numeric punctuation facet</entry>
1261 <entry>22.4.4</entry>
1262 <entry>The collate category</entry>
1267 <entry>22.4.5</entry>
1268 <entry>The time category</entry>
1273 <entry>22.4.5.1</entry>
1274 <entry>Class template <code>time_get</code></entry>
1279 <entry>22.4.5.2</entry>
1280 <entry>Class template <code>time_get_byname</code></entry>
1285 <entry>22.4.5.3</entry>
1286 <entry>Class template <code>time_put</code></entry>
1291 <entry>22.4.5.3</entry>
1292 <entry>Class template <code>time_put_byname</code></entry>
1297 <entry>22.4.6</entry>
1298 <entry>The monetary category</entry>
1303 <entry>22.4.6.1</entry>
1304 <entry>Class template <code>money_get</code></entry>
1309 <entry>22.4.6.2</entry>
1310 <entry>Class template <code>money_put</code></entry>
1315 <entry>22.4.6.3</entry>
1316 <entry>Class template <code>money_punct</code></entry>
1321 <entry>22.4.6.4</entry>
1322 <entry>Class template <code>money_punct_byname</code></entry>
1327 <entry>22.4.7</entry>
1328 <entry>The message retrieval category</entry>
1333 <entry>22.4.8</entry>
1334 <entry>Program-defined facets</entry>
1339 <?dbhtml bgcolor="#C8B0B0" ?>
1341 <entry>Standard code conversion facets</entry>
1347 <entry>C Library Locales</entry>
1353 <emphasis>23</emphasis>
1355 <entry namest="c2" nameend="c4" align="left">
1356 <emphasis>Containers</emphasis>
1361 <entry>General</entry>
1367 <entry>Container requirements</entry>
1372 <?dbhtml bgcolor="#B0B0B0" ?>
1373 <entry>23.2.1</entry>
1374 <entry>General container requirements</entry>
1375 <entry>Partial</entry>
1376 <entry>Only <code>vector</code> and <code>forward_list</code>
1377 meet the requirements
1378 relating to allocator use and propagation.</entry>
1381 <entry>23.2.2</entry>
1382 <entry>Container data races</entry>
1387 <entry>23.2.3</entry>
1388 <entry>Sequence containers</entry>
1393 <entry>23.2.4</entry>
1394 <entry>Associative containers</entry>
1399 <entry>23.2.5</entry>
1400 <entry>Unordered associative containers</entry>
1406 <entry>Sequence containers</entry>
1411 <entry>23.3.2</entry>
1412 <entry>Class template <code>array</code></entry>
1417 <?dbhtml bgcolor="#B0B0B0" ?>
1418 <entry>23.3.3</entry>
1419 <entry>Class template <code>deque</code></entry>
1420 <entry>Partial</entry>
1421 <entry><code>insert</code> and <code>erase</code> members do not
1422 take <code>const_iterator</code> arguments (N2350).</entry>
1425 <entry>23.3.4</entry>
1426 <entry>Class template <code>forward_list</code></entry>
1431 <?dbhtml bgcolor="#B0B0B0" ?>
1432 <entry>23.3.5</entry>
1433 <entry>Class template <code>list</code></entry>
1434 <entry>Partial</entry>
1435 <entry><code>insert</code> and <code>erase</code> members do not
1436 take <code>const_iterator</code> arguments (N2350).</entry>
1439 <?dbhtml bgcolor="#B0B0B0" ?>
1440 <entry>23.3.6</entry>
1441 <entry>Class template <code>vector</code></entry>
1442 <entry>Partial</entry>
1443 <entry><code>insert</code> and <code>erase</code> members do not
1444 take <code>const_iterator</code> arguments (N2350).</entry>
1447 <?dbhtml bgcolor="#B0B0B0" ?>
1448 <entry>23.3.7</entry>
1449 <entry>Class <code>vector<bool></code></entry>
1450 <entry>Partial</entry>
1451 <entry><code>insert</code> and <code>erase</code> members do not
1452 take <code>const_iterator</code> arguments (N2350).</entry>
1456 <entry>Associative containers</entry>
1461 <entry>23.4.4</entry>
1462 <entry>Class template <code>map</code></entry>
1467 <entry>23.4.5</entry>
1468 <entry>Class template <code>multimap</code></entry>
1473 <entry>23.4.6</entry>
1474 <entry>Class template <code>set</code></entry>
1479 <entry>23.4.7</entry>
1480 <entry>Class template <code>multiset</code></entry>
1486 <entry>Unordered associative containers</entry>
1491 <entry>23.5.4</entry>
1492 <entry>Class template <code>unordered_map</code></entry>
1497 <entry>23.5.5</entry>
1498 <entry>Class template <code>unordered_multimap</code></entry>
1503 <entry>23.5.6</entry>
1504 <entry>Class template <code>unordered_set</code></entry>
1509 <entry>23.5.7</entry>
1510 <entry>Class template <code>unordered_multiset</code></entry>
1516 <entry>Container adaptors</entry>
1521 <entry>23.6.1</entry>
1522 <entry>Class template <code>queue</code></entry>
1527 <entry>23.6.2</entry>
1528 <entry>Class template <code>priority_queue</code></entry>
1533 <entry>23.6.3</entry>
1534 <entry>Class template <code>stack</code></entry>
1540 <emphasis>24</emphasis>
1542 <entry namest="c2" nameend="c4" align="left">
1543 <emphasis>Iterators</emphasis>
1548 <entry>General</entry>
1554 <entry>Iterator requirements</entry>
1560 <entry>Header <code><iterator></code> synopsis</entry>
1566 <entry>Iterator primitives</entry>
1572 <entry>Iterator adaptors</entry>
1577 <entry>24.5.1</entry>
1578 <entry>Reverse iterators</entry>
1583 <entry>24.5.2</entry>
1584 <entry>Insert iterators</entry>
1589 <entry>24.5.3</entry>
1590 <entry>Move iterators</entry>
1596 <entry>Stream iterators</entry>
1601 <entry>24.6.1</entry>
1602 <entry>Class template <code>istream_iterator</code></entry>
1607 <entry>24.6.2</entry>
1608 <entry>Class template <code>ostream_iterator</code></entry>
1613 <entry>24.6.3</entry>
1614 <entry>Class template <code>istreambuf_iterator</code></entry>
1619 <entry>24.6.4</entry>
1620 <entry>Class template <code>ostreambuf_iterator</code></entry>
1625 <entry>24.6.5</entry>
1626 <entry>range access</entry>
1632 <emphasis>25</emphasis>
1634 <entry namest="c2" nameend="c4" align="left">
1635 <emphasis>Algorithms</emphasis>
1640 <entry>General</entry>
1646 <entry>Non-modifying sequence operations</entry>
1652 <entry>Mutating sequence operations</entry>
1658 <entry>Sorting and related operations</entry>
1664 <entry>C library algorithms</entry>
1670 <emphasis>26</emphasis>
1672 <entry namest="c2" nameend="c4" align="left">
1673 <emphasis>Numerics</emphasis>
1678 <entry>General</entry>
1684 <entry>Numeric type requirements</entry>
1690 <entry>The floating-point environment</entry>
1696 <entry>Complex numbers</entry>
1697 <entry>Partial</entry>
1698 <entry>Missing constexpr</entry>
1702 <entry>Random number generation</entry>
1707 <entry>26.5.1</entry>
1708 <entry>Requirements</entry>
1713 <entry>26.5.2</entry>
1714 <entry>Header <code><random></code> synopsis</entry>
1719 <entry>26.5.3</entry>
1720 <entry>Random number engine class templates</entry>
1725 <entry>26.5.3.1</entry>
1726 <entry>Class template <code>linear_congruential_engine</code></entry>
1728 <entry>Missing constexpr</entry>
1731 <entry>26.5.3.2</entry>
1732 <entry>Class template <code>mersenne_twister_engine</code></entry>
1734 <entry>Missing constexpr</entry>
1737 <entry>26.5.3.3</entry>
1738 <entry>Class template <code>subtract_with_carry_engine</code></entry>
1740 <entry>Missing constexpr</entry>
1743 <entry>26.5.4</entry>
1744 <entry>Random number engine adaptor class templates</entry>
1749 <entry>26.5.4.2</entry>
1750 <entry>Class template <code>discard_block_engine</code></entry>
1752 <entry>Missing constexpr</entry>
1755 <entry>26.5.4.3</entry>
1756 <entry>Class template <code>independent_bits_engine</code></entry>
1758 <entry>Missing constexpr</entry>
1761 <entry>26.5.4.4</entry>
1762 <entry>Class template <code>shuffle_order_engine</code></entry>
1764 <entry>Missing constexpr</entry>
1767 <entry>26.5.5</entry>
1768 <entry>Engines and engine adaptors with predefined parameters</entry>
1773 <entry>26.5.6</entry>
1774 <entry>Class <code>random_device</code></entry>
1776 <entry>Missing constexpr</entry>
1779 <entry>26.5.7</entry>
1780 <entry>Utilities</entry>
1785 <entry>26.5.7.1</entry>
1786 <entry>Class <code>seed_seq</code></entry>
1791 <entry>26.5.7.2</entry>
1792 <entry>Function template <code>generate_canonical</code></entry>
1797 <entry>26.5.8</entry>
1798 <entry>Random number distribution class templates</entry>
1803 <entry>26.5.8.2</entry>
1804 <entry>Uniform distributions</entry>
1809 <entry>26.5.8.2.1</entry>
1810 <entry>Class template <code>uniform_int_distribution</code></entry>
1815 <entry>26.5.8.2.2</entry>
1816 <entry>Class template <code>uniform_real_distribution</code></entry>
1821 <entry>26.5.8.3</entry>
1822 <entry>Bernoulli distributions</entry>
1827 <entry>26.5.8.3.1</entry>
1828 <entry>Class <code>bernoulli_distribution</code></entry>
1833 <entry>26.5.8.3.2</entry>
1834 <entry>Class template <code>binomial_distribution</code></entry>
1839 <entry>26.5.8.3.3</entry>
1840 <entry>Class template <code>geometric_distribution</code></entry>
1845 <entry>26.5.8.3.4</entry>
1846 <entry>Class template <code>negative_binomial_distribution</code></entry>
1851 <entry>26.5.8.4</entry>
1852 <entry>Poisson distributions</entry>
1857 <entry>26.5.8.4.1</entry>
1858 <entry>Class template <code>poisson_distribution</code></entry>
1863 <entry>26.5.8.4.2</entry>
1864 <entry>Class template <code>exponential_distribution</code></entry>
1869 <entry>26.5.8.4.3</entry>
1870 <entry>Class template <code>gamma_distribution</code></entry>
1875 <entry>26.5.8.4.4</entry>
1876 <entry>Class template <code>weibull_distribution</code></entry>
1881 <entry>26.5.8.4.5</entry>
1882 <entry>Class template <code>extreme_value_distribution</code></entry>
1887 <entry>26.5.8.5</entry>
1888 <entry>Normal distributions</entry>
1893 <entry>26.5.8.5.1</entry>
1894 <entry>Class template <code>normal_distribution</code></entry>
1899 <entry>26.5.8.5.2</entry>
1900 <entry>Class template <code>lognormal_distribution</code></entry>
1905 <entry>26.5.8.5.3</entry>
1906 <entry>Class template <code>chi_squared_distribution</code></entry>
1911 <entry>26.5.8.5.4</entry>
1912 <entry>Class template <code>cauchy_distribution</code></entry>
1917 <entry>26.5.8.5.5</entry>
1918 <entry>Class template <code>fisher_f_distribution</code></entry>
1923 <entry>26.5.8.5.6</entry>
1924 <entry>Class template <code>student_t_distribution</code></entry>
1929 <entry>26.5.8.6</entry>
1930 <entry>Sampling distributions</entry>
1935 <entry>26.5.8.6.1</entry>
1936 <entry>Class template <code>discrete_distribution</code></entry>
1941 <entry>26.5.8.6.2</entry>
1942 <entry>Class template <code>piecewise_constant_distribution</code></entry>
1947 <entry>26.5.8.6.3</entry>
1948 <entry>Class template <code>piecewise_linear_distribution</code></entry>
1954 <entry>Numeric arrays</entry>
1959 <entry>26.6.1</entry>
1960 <entry>Header <code><valarray></code> synopsis</entry>
1965 <entry>26.6.2</entry>
1966 <entry>Class template <code>valarray</code></entry>
1971 <entry>26.6.3</entry>
1972 <entry><code>valarray</code> non-member operations</entry>
1977 <entry>26.6.4</entry>
1978 <entry>Class <code>slice</code></entry>
1983 <entry>26.6.5</entry>
1984 <entry>Class template <code>slice_array</code></entry>
1989 <entry>26.6.6</entry>
1990 <entry>The <code>gslice</code> class</entry>
1995 <entry>26.6.7</entry>
1996 <entry>Class template <code>gslice_array</code></entry>
2001 <entry>26.6.8</entry>
2002 <entry>Class template <code>mask_array</code></entry>
2007 <entry>26.6.9</entry>
2008 <entry>Class template <code>indirect_array</code></entry>
2013 <entry>26.6.10</entry>
2014 <entry><code>valarray</code> range access</entry>
2020 <entry>Generalized numeric operations</entry>
2025 <entry>26.7.1</entry>
2026 <entry>Header <code><numeric></code> synopsis</entry>
2031 <entry>26.7.2</entry>
2032 <entry><code>accumulate</code></entry>
2037 <entry>26.7.3</entry>
2038 <entry><code>inner_product</code></entry>
2043 <entry>26.7.4</entry>
2044 <entry><code>partial_sum</code></entry>
2049 <entry>26.7.5</entry>
2050 <entry><code>adjacent_difference</code></entry>
2055 <entry>26.7.6</entry>
2062 <entry>C Library</entry>
2068 <emphasis>27</emphasis>
2070 <entry namest="c2" nameend="c4" align="left">
2071 <emphasis>Input/output library</emphasis>
2076 <entry>General</entry>
2082 <entry>Iostreams requirements</entry>
2087 <entry>27.2.1</entry>
2088 <entry>Imbue Limitations</entry>
2093 <entry>27.2.2</entry>
2094 <entry>Positioning Type Limitations</entry>
2099 <?dbhtml bgcolor="#B0B0B0" ?>
2100 <entry>27.2.3</entry>
2101 <entry>Thread safety</entry>
2102 <entry>Partial</entry>
2107 <entry>Forward declarations</entry>
2113 <entry>Standard iostream objects</entry>
2118 <entry>27.4.1</entry>
2119 <entry>Overview</entry>
2124 <entry>27.4.2</entry>
2125 <entry>Narrow stream objects</entry>
2130 <entry>27.4.3</entry>
2131 <entry>Wide stream objects</entry>
2136 <?dbhtml bgcolor="#B0B0B0" ?>
2138 <entry>Iostreams base classes</entry>
2139 <entry>Partial</entry>
2141 Missing move and swap operations on <code>basic_ios</code>.
2142 Missing <code>io_errc</code> and <code>iostream_category</code>.
2143 <code>ios_base::failure</code> is not derived from <code>system_error</code>.
2148 <entry>Stream buffers</entry>
2153 <?dbhtml bgcolor="#B0B0B0" ?>
2155 <entry>Formatting and manipulators</entry>
2156 <entry>Partial</entry>
2158 Missing move and swap operations
2159 Missing <code>get_time</code> and <code>put_time</code> manipulators.
2163 <?dbhtml bgcolor="#B0B0B0" ?>
2165 <entry>String-based streams</entry>
2166 <entry>Partial</entry>
2167 <entry>Missing move and swap operations</entry>
2170 <?dbhtml bgcolor="#B0B0B0" ?>
2172 <entry>File-based streams</entry>
2173 <entry>Partial</entry>
2174 <entry>Missing move and swap operations</entry>
2178 <emphasis>28</emphasis>
2180 <entry namest="c2" nameend="c4" align="left">
2181 <emphasis>Regular expressions</emphasis>
2185 <?dbhtml bgcolor="#C8B0B0" ?>
2187 <entry>General</entry>
2192 <?dbhtml bgcolor="#C8B0B0" ?>
2194 <entry>Definitions</entry>
2199 <?dbhtml bgcolor="#C8B0B0" ?>
2201 <entry>Requirements</entry>
2206 <?dbhtml bgcolor="#C8B0B0" ?>
2208 <entry>Header <code><regex></code> synopsis</entry>
2214 <entry>Namespace <code>std::regex_constants</code></entry>
2220 <entry>Class <code>regex_error</code></entry>
2225 <?dbhtml bgcolor="#B0B0B0" ?>
2227 <entry>Class template <code>regex_traits</code></entry>
2228 <entry>Partial</entry>
2232 <?dbhtml bgcolor="#B0B0B0" ?>
2234 <entry>Class template <code>basic_regex</code></entry>
2235 <entry>Partial</entry>
2239 <?dbhtml bgcolor="#B0B0B0" ?>
2241 <entry>Class template <code>sub_match</code></entry>
2242 <entry>Partial</entry>
2246 <?dbhtml bgcolor="#B0B0B0" ?>
2247 <entry>28.10</entry>
2248 <entry>Class template <code>match_results</code></entry>
2249 <entry>Partial</entry>
2253 <?dbhtml bgcolor="#C8B0B0" ?>
2254 <entry>28.11</entry>
2255 <entry>Regular expression algorithms</entry>
2260 <?dbhtml bgcolor="#C8B0B0" ?>
2261 <entry>28.12</entry>
2262 <entry>Regular expression Iterators</entry>
2267 <?dbhtml bgcolor="#C8B0B0" ?>
2268 <entry>28.13</entry>
2269 <entry>Modified ECMAScript regular expression grammar</entry>
2275 <emphasis>29</emphasis>
2277 <entry namest="c2" nameend="c4" align="left">
2278 <emphasis>Atomic operations</emphasis>
2283 <entry>General</entry>
2289 <entry>Header <code><atomic></code> synopsis</entry>
2294 <?dbhtml bgcolor="#B0B0B0" ?>
2296 <entry>Order and consistency</entry>
2297 <entry>Partial</entry>
2302 <entry>Lock-free property</entry>
2308 <entry>Atomic types</entry>
2314 <entry>Operations on atomic types</entry>
2320 <entry>Flag Type and operations</entry>
2326 <entry>Fences</entry>
2332 <emphasis>30</emphasis>
2334 <entry namest="c2" nameend="c4" align="left">
2335 <emphasis>Thread support</emphasis>
2340 <entry>General</entry>
2346 <entry>Requirements</entry>
2352 <entry>Threads</entry>
2357 <?dbhtml bgcolor="#B0B0B0" ?>
2358 <entry>30.3.1</entry>
2359 <entry>Class <code>thread</code></entry>
2360 <entry>Partial</entry>
2361 <entry><code>thread::id</code> comparisons not well-defined</entry>
2364 <entry>30.3.2</entry>
2365 <entry>Namespace <code>this_thread</code></entry>
2371 <entry>Mutual exclusion</entry>
2376 <entry>30.4.1</entry>
2377 <entry>Mutex requirements</entry>
2382 <entry>30.4.1.1</entry>
2383 <entry>In general</entry>
2388 <entry>30.4.1.2</entry>
2389 <entry>Mutex types</entry>
2394 <entry>30.4.1.2.1</entry>
2395 <entry>Class <code>mutex</code></entry>
2400 <entry>30.4.1.2.2</entry>
2401 <entry>Class <code>recursive_mutex</code></entry>
2406 <entry>30.4.1.3</entry>
2407 <entry>Timed mutex types</entry>
2409 <entry>On POSIX sytems these types are only defined if the OS
2410 supports the POSIX Timeouts option. </entry>
2413 <entry>30.4.1.3.1</entry>
2414 <entry>Class <code>timed_mutex</code></entry>
2419 <entry>30.4.1.3.2</entry>
2420 <entry>Class <code>recursive_timed_mutex</code></entry>
2425 <entry>30.4.2</entry>
2426 <entry>Locks</entry>
2431 <entry>30.4.2.1</entry>
2432 <entry>Class template <code>lock_guard</code></entry>
2437 <entry>30.4.2.2</entry>
2438 <entry>Class template <code>unique_lock</code></entry>
2443 <entry>30.4.3</entry>
2444 <entry>Generic locking algorithms</entry>
2449 <entry>30.4.4</entry>
2450 <entry>Call once</entry>
2455 <entry>30.4.4.1</entry>
2456 <entry>Struct <code>once_flag</code></entry>
2461 <entry>30.4.4.2</entry>
2462 <entry>Function <code>call_once</code></entry>
2467 <?dbhtml bgcolor="#B0B0B0" ?>
2469 <entry>Condition variables</entry>
2470 <entry>Partial</entry>
2471 <entry>Missing notify_all_at_thread_exit</entry>
2474 <entry>30.5.1</entry>
2475 <entry>Class <code>condition_variable</code></entry>
2480 <entry>30.5.2</entry>
2481 <entry>Class <code>condition_variable_any</code></entry>
2487 <entry>Futures</entry>
2492 <entry>30.6.1</entry>
2493 <entry>Overview</entry>
2498 <entry>30.6.2</entry>
2499 <entry>Error handling</entry>
2504 <entry>30.6.3</entry>
2505 <entry>Class <code>future_error</code></entry>
2510 <entry>30.6.4</entry>
2511 <entry>Shared state</entry>
2516 <?dbhtml bgcolor="#B0B0B0" ?>
2517 <entry>30.6.5</entry>
2518 <entry>Class template <code>promise</code></entry>
2519 <entry>Partial</entry>
2520 <entry>Missing set_*_at_thread_exit</entry>
2523 <?dbhtml bgcolor="#B0B0B0" ?>
2524 <entry>30.6.6</entry>
2525 <entry>Class template <code>future</code></entry>
2526 <entry>Partial</entry>
2527 <entry>Timed waiting functions do not return future_status::deferred</entry>
2530 <?dbhtml bgcolor="#B0B0B0" ?>
2531 <entry>30.6.7</entry>
2532 <entry>Class template <code>shared_future</code></entry>
2533 <entry>Partial</entry>
2534 <entry>Timed waiting functions do not return future_status::deferred</entry>
2537 <entry>30.6.8</entry>
2538 <entry>Function template <code>async</code></entry>
2543 <?dbhtml bgcolor="#B0B0B0" ?>
2544 <entry>30.6.9</entry>
2545 <entry>Class template <code>packaged_task</code></entry>
2546 <entry>Partial</entry>
2547 <entry>Missing make_ready_at_thread_exit</entry>
2551 <emphasis>Appendix D</emphasis>
2553 <entry namest="c2" nameend="c4" align="left">
2554 <emphasis>Compatibility features</emphasis>
2559 <entry>Increment operator with <code>bool</code> operand</entry>
2565 <entry><code>register</code> keyword</entry>
2571 <entry>Implicit declaration of copy functions</entry>
2577 <entry>Dynamic exception specifications</entry>
2583 <entry>C standard library headers</entry>
2589 <entry>Old iostreams members</entry>
2595 <entry><code>char*</code> streams</entry>
2601 <entry>Function objects</entry>
2607 <entry>Binders</entry>
2613 <entry><code>auto_ptr</code></entry>
2619 <entry>Violating exception-specifications</entry>
2628 <section xml:id="iso.2011.specific" xreflabel="Implementation Specific"><info><title>Implementation Specific Behavior</title></info>
2630 <para>For behaviour which is also specified by the 1998 and 2003 standards,
2631 see <link linkend="iso.1998.specific">C++ 1998/2003 Implementation
2632 Specific Behavior</link>. This section only documents behaviour which
2633 is new in the 2011 standard.
2637 <emphasis>20.8.9.1.3 [func.bind.place]/1</emphasis> There are 29
2638 placeholders defined and the placeholder types are
2639 <literal>CopyAssignable</literal>.
2643 <emphasis>30.2.3 [thread.req.native]/1</emphasis>
2644 <classname>native_handle_type</classname> and
2645 <methodname>native_handle</methodname> are provided. The handle types
2646 are defined in terms of the Gthreads abstraction layer.
2648 <listitem><para><classname>thread</classname>: The native handle type is
2649 a typedef for <code>__gthread_t</code> i.e. <code>pthread_t</code>
2650 when GCC is configured with the <literal>posix</literal> thread
2651 model. The value of the native handle is undefined for a thread
2652 which is not joinable.
2654 <listitem><para><classname>mutex</classname> and
2655 <classname>timed_mutex</classname>:
2656 The native handle type is <code>__gthread_mutex_t*</code> i.e.
2657 <code>pthread_mutex_t*</code> for the <literal>posix</literal>
2660 <listitem><para><classname>recursive_mutex</classname> and
2661 <classname>recursive_timed_mutex</classname>:
2662 The native handle type is <code>__gthread_recursive_mutex_t*</code>
2663 i.e. <code>pthread_mutex_t*</code> for the <literal>posix</literal>
2666 <listitem><para><classname>condition_variable</classname>: The native
2667 handle type is <code>__gthread_cond_t*</code> i.e.
2668 <code>pthread_cond_t*</code> for the <literal>posix</literal>
2675 <emphasis>30.6.1 [futures.overview]/2</emphasis>
2676 <code>launch</code> is a scoped enumeration type with
2677 overloaded operators to support bitmask operations. There are no
2678 additional bitmask elements defined.