re PR libstdc++/44436 ([C++0x] Implement emplace* in associative containers)
PR libstdc++/44436 * doc/xml/manual/status_cxx200x.xml: Document emplace members are missing. From-SVN: r181022
This commit is contained in:
parent
0d70aaa72e
commit
7c09269050
2 changed files with 12 additions and 4 deletions
|
@ -1,3 +1,9 @@
|
|||
2011-11-06 Jonathan Wakely <jwakely.gcc@gmail.com>
|
||||
|
||||
PR libstdc++/44436
|
||||
* doc/xml/manual/status_cxx200x.xml: Document emplace members are
|
||||
missing.
|
||||
|
||||
2011-11-05 Jonathan Wakely <jwakely.gcc@gmail.com>
|
||||
|
||||
PR libstdc++/49894
|
||||
|
|
|
@ -1387,16 +1387,18 @@ particular release.
|
|||
<entry/>
|
||||
</row>
|
||||
<row>
|
||||
<?dbhtml bgcolor="#B0B0B0" ?>
|
||||
<entry>23.2.4</entry>
|
||||
<entry>Associative containers</entry>
|
||||
<entry>Y</entry>
|
||||
<entry/>
|
||||
<entry>Partial</entry>
|
||||
<entry>Missing emplace members</entry>
|
||||
</row>
|
||||
<row>
|
||||
<?dbhtml bgcolor="#B0B0B0" ?>
|
||||
<entry>23.2.5</entry>
|
||||
<entry>Unordered associative containers</entry>
|
||||
<entry>Y</entry>
|
||||
<entry/>
|
||||
<entry>Partial</entry>
|
||||
<entry>Missing emplace members</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>23.3</entry>
|
||||
|
|
Loading…
Add table
Reference in a new issue