Add CPP11 header to define nullptr & constexpr (#5471)
authorLoïc Blot <nerzhul@users.noreply.github.com>
Wed, 29 Mar 2017 11:34:57 +0000 (13:34 +0200)
committerGitHub <noreply@github.com>
Wed, 29 Mar 2017 11:34:57 +0000 (13:34 +0200)
commitb605b95749aad90b53e6c58a1ee43b50f8217e7c
treef036a6d80ea539aad95e55443720b97b74668a9b
parent5e806690fc5e0067247bbc1e541ba03b83fb761b
Add CPP11 header to define nullptr & constexpr (#5471)

This header permit to use nullptr & constexpr keywords in portable code segments and benefit from nullptr & constexpr when using C++11 and greater
src/content_mapblock.cpp
src/reflowscan.cpp
src/util/cpp11.h [new file with mode: 0644]