Changes between Version 2 and Version 3 of CppSupport


Ignore:
Timestamp:
Aug 17, 2015, 2:57:09 AM (9 years ago)
Author:
leper
Comment:

See #3366 (comment 2). Also http://llvm.org/releases/2.8/docs/ReleaseNotes.html libc++ notes.

Legend:

Unmodified
Added
Removed
Modified
  • CppSupport

    v2 v3  
    1919||= Feature =||= Example =||= GCC 4.6 =||= Clang 3.1 =||= VS 2013 =||= '''0 A.D. Support''' =||= Notes =||
    2020{{{#!tr style="background: LightYellow"
    21 ||Emplacement||`emplace`, `emplace_back`||  P  ||  ?  ||  Y  ||  P  || GCC < 4.8 is missing emplacement on [https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44436 associative containers] ||
     21||Emplacement||`emplace`, `emplace_back`||  P  ||  Y  ||  Y  ||  P  || GCC < 4.8 is missing emplacement on [https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44436 associative containers] ||
    2222}}}
    2323{{{#!tr style="background: LightYellow"