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:
Rene Rivera
2011-11-19 03:46:41 +00:00
parent f5df16420f
commit 5513bc2b02
98 changed files with 1538 additions and 228 deletions

View File

@ -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