forked from boostorg/predef
Major cleanup and update, although still in progress. Now contains tests for all predefs and utility macros. And added language predefs.
git-svn-id: http://svn.boost.org/svn/boost/sandbox/predef@75548 b8fc166d-592f-0410-95f2-cb63ce0dd405
This commit is contained in:
@ -9,7 +9,7 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
#define BOOST_PREDEF_COMPILER_GCC_XML_H
|
||||
|
||||
#include <boost/predef/version_number.h>
|
||||
#include <boost/predef/detail/vrp.h>
|
||||
#include <boost/predef/make.h>
|
||||
|
||||
#define BOOST_CXX_GCCXML BOOST_VERSION_NUMBER(0,0,0)
|
||||
|
||||
@ -18,4 +18,7 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
#define BOOST_CXX_GCCXML BOOST_VERSION_NUMBER(0,0,1)
|
||||
#endif
|
||||
|
||||
#include <boost/predef/detail/test.h>
|
||||
BOOST_PREDEF_DECLARE_TEST(BOOST_CXX_GCCXML,"GCC XML")
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user