Changes between Version 15 and Version 16 of rfc68_cplusplus11


Ignore:
Timestamp:
Dec 8, 2017, 9:20:21 AM (6 years ago)
Author:
Kurt Schwehr
Comment:

Fix typo: static_asset -> static_assert

Legend:

Unmodified
Added
Removed
Modified
  • rfc68_cplusplus11

    v15 v16  
    1371371. Remove #if HAVE_CXX11 and leave only the C++11 code
    138138  * `find . -name \*.h -o -name \*.cpp | xargs egrep 'HAVE_CXX11'`
    139 1. CPL_STATIC_ASSERT -> `static_asset`
     1391. CPL_STATIC_ASSERT -> `static_assert`
    1401401. `NULL` -> `nullptr` (Only for C++ code)
    1411411. CPL_OVERRIDE -> override and remove redundant virtual