Changes between Version 2 and Version 3 of RFC5


Ignore:
Timestamp:
Mar 24, 2017, 4:15:48 AM (7 years ago)
Author:
mloskot
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RFC5

    v2 v3  
    1616Summary of compilers supported by GEOS with their minimal versions required to compile source code based on [http://en.cppreference.com/w/cpp/compiler_support C++11 features].
    1717
    18 * C++11
     18=== C++11 ===
    1919 
    2020||GCC  ||4.8.1      || [https://gcc.gnu.org/projects/cxx-status.html#cxx11 C++11 status]     ||
     
    2222||MSVC ||12.0 (2013)|| [https://msdn.microsoft.com/en-us/library/hh567368.aspx C++11 status] ||
    2323
    24 * C++14
     24=== C++14 ===
    2525
    2626The C++14 compilers are listed for comparison only:
     
    2929||Clang||3.4+ ||
    3030||MSVC ||14.0 (2015)||
    31 
    32 http://en.cppreference.com/w/cpp/compiler_support
    33