Changes between Version 1 and Version 2 of CppSupport


Ignore:
Timestamp:
Aug 17, 2015, 2:00:44 AM (9 years ago)
Author:
historic_bruno
Comment:

Update for missing emplace* in associative containers for GCC < 4.8, see #3366

Legend:

Unmodified
Added
Removed
Modified
  • CppSupport

    v1 v2  
    1818
    1919||= Feature =||= Example =||= GCC 4.6 =||= Clang 3.1 =||= VS 2013 =||= '''0 A.D. Support''' =||= Notes =||
     20{{{#!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] ||
     22}}}
    2023{{{#!tr style="background: LightYellow"
    2124||Rvalue references||`type_t &&`||  Y  ||  Y  ||  P  ||  Y  || VS 2013 has [https://msdn.microsoft.com/en-us/library/hh567368.aspx#rvref partial] support ||