forked from boostorg/predef
Refresh from Hash.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ bin
|
|||||||
boost-build.jam
|
boost-build.jam
|
||||||
project-config.jam
|
project-config.jam
|
||||||
*.pyc
|
*.pyc
|
||||||
|
.vscode/settings.json
|
||||||
|
@ -7,6 +7,10 @@ http://www.boost.org/LICENSE_1_0.txt)
|
|||||||
|
|
||||||
[section History]
|
[section History]
|
||||||
|
|
||||||
|
[heading 1.10]
|
||||||
|
|
||||||
|
* Add support for consuming Predef as a CMake project.
|
||||||
|
|
||||||
[heading 1.9]
|
[heading 1.9]
|
||||||
|
|
||||||
* Fixes for `BOOST_COMP_NVCC*` predefs. (from Benjamin Worpitz)
|
* Fixes for `BOOST_COMP_NVCC*` predefs. (from Benjamin Worpitz)
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
[article Boost.Predef
|
[article Boost.Predef
|
||||||
[quickbook 1.7]
|
[quickbook 1.7]
|
||||||
[version 1.9]
|
[version 1.10]
|
||||||
[authors [Rivera, Rene]]
|
[authors [Rivera, Rene]]
|
||||||
[copyright 2005-2018 Rene Rivera]
|
[copyright 2005-2019 Rene Rivera]
|
||||||
[copyright 2015 Charly Chevalier]
|
[copyright 2015 Charly Chevalier]
|
||||||
[copyright 2015 Joel Falcou]
|
[copyright 2015 Joel Falcou]
|
||||||
[purpose Identification and specification of predefined macros.]
|
[purpose Identification and specification of predefined macros.]
|
||||||
|
@ -10,6 +10,6 @@ http://www.boost.org/LICENSE_1_0.txt)
|
|||||||
|
|
||||||
#include <boost/predef/version_number.h>
|
#include <boost/predef/version_number.h>
|
||||||
|
|
||||||
#define BOOST_PREDEF_VERSION BOOST_VERSION_NUMBER(1,9,0)
|
#define BOOST_PREDEF_VERSION BOOST_VERSION_NUMBER(1,10,0)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user