Rename to .h fiels as the predef should be usable from both C & C++.

git-svn-id: http://svn.boost.org/svn/boost/sandbox/predef@59906 b8fc166d-592f-0410-95f2-cb63ce0dd405
This commit is contained in:
Rene Rivera
2010-02-25 16:59:10 +00:00
parent f73935b32d
commit 812c1cf2fa
86 changed files with 486 additions and 486 deletions

13
boost/predef.h Normal file
View File

@ -0,0 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_H
#define BOOST_PREDEF_H
#include <boost/predef/compiler.h>
#include <boost/predef/library.h>
#include <boost/predef/platform.h>
#endif

View File

@ -1,13 +0,0 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_HPP
#define BOOST_PREDEF_HPP
#include <boost/predef/compiler.hpp>
#include <boost/predef/library.hpp>
#include <boost/predef/platform.hpp>
#endif

View File

@ -1,11 +1,11 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_ARCHITECTURE_HPP
#define BOOST_PREDEF_ARCHITECTURE_HPP
#ifndef BOOST_PREDEF_ARCHITECTURE_H
#define BOOST_PREDEF_ARCHITECTURE_H
#include <boost/predef/architecture/.hpp>
#include <boost/predef/architecture/.h>
#endif

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_ARCHITECTURE__HPP
#define BOOST_PREDEF_ARCHITECTURE__HPP
#ifndef BOOST_PREDEF_ARCHITECTURE_H
#define BOOST_PREDEF_ARCHITECTURE_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_ARCHITECTURE_ BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_ARCHITECTURE_ALPHA_HPP
#define BOOST_PREDEF_ARCHITECTURE_ALPHA_HPP
#ifndef BOOST_PREDEF_ARCHITECTURE_ALPHA_H
#define BOOST_PREDEF_ARCHITECTURE_ALPHA_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_ARCHITECTURE_ALPHA BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_ARCHITECTURE_AMD64_HPP
#define BOOST_PREDEF_ARCHITECTURE_AMD64_HPP
#ifndef BOOST_PREDEF_ARCHITECTURE_AMD64_H
#define BOOST_PREDEF_ARCHITECTURE_AMD64_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_ARCHITECTURE_AMD64 BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_ARCHITECTURE_ARM_HPP
#define BOOST_PREDEF_ARCHITECTURE_ARM_HPP
#ifndef BOOST_PREDEF_ARCHITECTURE_ARM_H
#define BOOST_PREDEF_ARCHITECTURE_ARM_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_ARCHITECTURE_ARM BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_ARCHITECTURE_IA64_HPP
#define BOOST_PREDEF_ARCHITECTURE_IA64_HPP
#ifndef BOOST_PREDEF_ARCHITECTURE_IA64_H
#define BOOST_PREDEF_ARCHITECTURE_IA64_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_ARCHITECTURE_IA64 BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_ARCHITECTURE_M68K_HPP
#define BOOST_PREDEF_ARCHITECTURE_M68K_HPP
#ifndef BOOST_PREDEF_ARCHITECTURE_M68K_H
#define BOOST_PREDEF_ARCHITECTURE_M68K_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_ARCHITECTURE_M68K BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_ARCHITECTURE_MIPS_HPP
#define BOOST_PREDEF_ARCHITECTURE_MIPS_HPP
#ifndef BOOST_PREDEF_ARCHITECTURE_MIPS_H
#define BOOST_PREDEF_ARCHITECTURE_MIPS_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_ARCHITECTURE_MIPS BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_ARCHITECTURE_PARISC_HPP
#define BOOST_PREDEF_ARCHITECTURE_PARISC_HPP
#ifndef BOOST_PREDEF_ARCHITECTURE_PARISC_H
#define BOOST_PREDEF_ARCHITECTURE_PARISC_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_ARCHITECTURE_PARISC BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_ARCHITECTURE_PPC_HPP
#define BOOST_PREDEF_ARCHITECTURE_PPC_HPP
#ifndef BOOST_PREDEF_ARCHITECTURE_PPC_H
#define BOOST_PREDEF_ARCHITECTURE_PPC_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_ARCHITECTURE_PPC BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_ARCHITECTURE_RS6K_HPP
#define BOOST_PREDEF_ARCHITECTURE_RS6K_HPP
#ifndef BOOST_PREDEF_ARCHITECTURE_RS6K_H
#define BOOST_PREDEF_ARCHITECTURE_RS6K_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_ARCHITECTURE_RS6000 BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_ARCHITECTURE_SPARC_HPP
#define BOOST_PREDEF_ARCHITECTURE_SPARC_HPP
#ifndef BOOST_PREDEF_ARCHITECTURE_SPARC_H
#define BOOST_PREDEF_ARCHITECTURE_SPARC_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_ARCHITECTURE_SPARC BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_ARCHITECTURE_SUPERH_HPP
#define BOOST_PREDEF_ARCHITECTURE_SUPERH_HPP
#ifndef BOOST_PREDEF_ARCHITECTURE_SUPERH_H
#define BOOST_PREDEF_ARCHITECTURE_SUPERH_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_ARCHITECTURE_SH BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_ARCHITECTURE_SYS370_HPP
#define BOOST_PREDEF_ARCHITECTURE_SYS370_HPP
#ifndef BOOST_PREDEF_ARCHITECTURE_SYS370_H
#define BOOST_PREDEF_ARCHITECTURE_SYS370_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_ARCHITECTURE_SYS370 BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_ARCHITECTURE_SYS390_HPP
#define BOOST_PREDEF_ARCHITECTURE_SYS390_HPP
#ifndef BOOST_PREDEF_ARCHITECTURE_SYS390_H
#define BOOST_PREDEF_ARCHITECTURE_SYS390_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_ARCHITECTURE_SYS390 BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_ARCHITECTURE_X86_HPP
#define BOOST_PREDEF_ARCHITECTURE_X86_HPP
#ifndef BOOST_PREDEF_ARCHITECTURE_X86_H
#define BOOST_PREDEF_ARCHITECTURE_X86_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_ARCHITECTURE_X86 BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_ARCHITECTURE_Z_HPP
#define BOOST_PREDEF_ARCHITECTURE_Z_HPP
#ifndef BOOST_PREDEF_ARCHITECTURE_Z_H
#define BOOST_PREDEF_ARCHITECTURE_Z_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_ARCHITECTURE_Z BOOST_VERSION_NUMBER(0,0,0)

40
boost/predef/compiler.h Normal file
View File

@ -0,0 +1,40 @@
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER_H
#define BOOST_PREDEF_COMPILER_H
#include <boost/predef/compiler/borland.h>
#include <boost/predef/compiler/comeau.h>
#include <boost/predef/compiler/compaq.h>
#include <boost/predef/compiler/cygwin.h>
#include <boost/predef/compiler/diab.h>
#include <boost/predef/compiler/digitalmars.h>
#include <boost/predef/compiler/dignus.h>
#include <boost/predef/compiler/edg.h>
#include <boost/predef/compiler/ekopath.h>
#include <boost/predef/compiler/gcc.h>
#include <boost/predef/compiler/gcc_xml.h>
#include <boost/predef/compiler/greenhills.h>
#include <boost/predef/compiler/hp_acc.h>
#include <boost/predef/compiler/iar.h>
#include <boost/predef/compiler/ibm.h>
#include <boost/predef/compiler/intel.h>
#include <boost/predef/compiler/kai.h>
#include <boost/predef/compiler/llvm.h>
#include <boost/predef/compiler/metaware.h>
#include <boost/predef/compiler/metrowerks.h>
#include <boost/predef/compiler/microtec.h>
#include <boost/predef/compiler/mingw.h>
#include <boost/predef/compiler/mpw.h>
#include <boost/predef/compiler/palm.h>
#include <boost/predef/compiler/pgi.h>
#include <boost/predef/compiler/sgi_mipspro.h>
#include <boost/predef/compiler/sunpro.h>
#include <boost/predef/compiler/tendra.h>
#include <boost/predef/compiler/visualc.h>
#include <boost/predef/compiler/watcom.h>
#endif

View File

@ -1,40 +0,0 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER_HPP
#define BOOST_PREDEF_COMPILER_HPP
#include <boost/predef/compiler/borland.hpp>
#include <boost/predef/compiler/comeau.hpp>
#include <boost/predef/compiler/compaq.hpp>
#include <boost/predef/compiler/cygwin.hpp>
#include <boost/predef/compiler/diab.hpp>
#include <boost/predef/compiler/digitalmars.hpp>
#include <boost/predef/compiler/dignus.hpp>
#include <boost/predef/compiler/edg.hpp>
#include <boost/predef/compiler/ekopath.hpp>
#include <boost/predef/compiler/gcc.hpp>
#include <boost/predef/compiler/gcc_xml.hpp>
#include <boost/predef/compiler/greenhills.hpp>
#include <boost/predef/compiler/hp_acc.hpp>
#include <boost/predef/compiler/iar.hpp>
#include <boost/predef/compiler/ibm.hpp>
#include <boost/predef/compiler/intel.hpp>
#include <boost/predef/compiler/kai.hpp>
#include <boost/predef/compiler/llvm.hpp>
#include <boost/predef/compiler/metaware.hpp>
#include <boost/predef/compiler/metrowerks.hpp>
#include <boost/predef/compiler/microtec.hpp>
#include <boost/predef/compiler/mingw.hpp>
#include <boost/predef/compiler/mpw.hpp>
#include <boost/predef/compiler/palm.hpp>
#include <boost/predef/compiler/pgi.hpp>
#include <boost/predef/compiler/sgi_mipspro.hpp>
#include <boost/predef/compiler/sunpro.hpp>
#include <boost/predef/compiler/tendra.hpp>
#include <boost/predef/compiler/visualc.hpp>
#include <boost/predef/compiler/watcom.hpp>
#endif

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER_BORLAND_HPP
#define BOOST_PREDEF_COMPILER_BORLAND_HPP
#ifndef BOOST_PREDEF_COMPILER_BORLAND_H
#define BOOST_PREDEF_COMPILER_BORLAND_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_CXX_BORLAND BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER_COMEAU_HPP
#define BOOST_PREDEF_COMPILER_COMEAU_HPP
#ifndef BOOST_PREDEF_COMPILER_COMEAU_H
#define BOOST_PREDEF_COMPILER_COMEAU_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_CXX_COMO BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER_COMPAQ_HPP
#define BOOST_PREDEF_COMPILER_COMPAQ_HPP
#ifndef BOOST_PREDEF_COMPILER_COMPAQ_H
#define BOOST_PREDEF_COMPILER_COMPAQ_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_CXX_DEC BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER_CYGWIN_HPP
#define BOOST_PREDEF_COMPILER_CYGWIN_HPP
#ifndef BOOST_PREDEF_COMPILER_CYGWIN_H
#define BOOST_PREDEF_COMPILER_CYGWIN_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_CXX_CYGWIN BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER_DIAB_HPP
#define BOOST_PREDEF_COMPILER_BORLAND_HPP
#ifndef BOOST_PREDEF_COMPILER_DIAB_H
#define BOOST_PREDEF_COMPILER_BORLAND_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_CXX_DIAB BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER_DIGITALMARS_HPP
#define BOOST_PREDEF_COMPILER_DIGITALMARS_HPP
#ifndef BOOST_PREDEF_COMPILER_DIGITALMARS_H
#define BOOST_PREDEF_COMPILER_DIGITALMARS_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_CXX_DMC BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER_DIGNUS_HPP
#define BOOST_PREDEF_COMPILER_DIGNUS_HPP
#ifndef BOOST_PREDEF_COMPILER_DIGNUS_H
#define BOOST_PREDEF_COMPILER_DIGNUS_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_CXX_SYSC BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER_EDG_HPP
#define BOOST_PREDEF_COMPILER_EDG_HPP
#ifndef BOOST_PREDEF_COMPILER_EDG_H
#define BOOST_PREDEF_COMPILER_EDG_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_CXX_EDG BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER_EKOPATH_HPP
#define BOOST_PREDEF_COMPILER_EKOPATH_HPP
#ifndef BOOST_PREDEF_COMPILER_EKOPATH_H
#define BOOST_PREDEF_COMPILER_EKOPATH_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_CXX_PATH BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER_GCC_HPP
#define BOOST_PREDEF_COMPILER_GCC_HPP
#ifndef BOOST_PREDEF_COMPILER_GCC_H
#define BOOST_PREDEF_COMPILER_GCC_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_CXX_GNUC BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER_GCC_XML_HPP
#define BOOST_PREDEF_COMPILER_GCC_XML_HPP
#ifndef BOOST_PREDEF_COMPILER_GCC_XML_H
#define BOOST_PREDEF_COMPILER_GCC_XML_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_CXX_GCCXML BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER_GREENHILLS_HPP
#define BOOST_PREDEF_COMPILER_GREENHILLS_HPP
#ifndef BOOST_PREDEF_COMPILER_GREENHILLS_H
#define BOOST_PREDEF_COMPILER_GREENHILLS_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_CXX_GHS BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER_HP_ACC_HPP
#define BOOST_PREDEF_COMPILER_HP_ACC_HPP
#ifndef BOOST_PREDEF_COMPILER_HP_ACC_H
#define BOOST_PREDEF_COMPILER_HP_ACC_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_CXX_HPACC BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER_IAR_HPP
#define BOOST_PREDEF_COMPILER_IAR_HPP
#ifndef BOOST_PREDEF_COMPILER_IAR_H
#define BOOST_PREDEF_COMPILER_IAR_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_CXX_IAR BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER_IBM_HPP
#define BOOST_PREDEF_COMPILER_IBM_HPP
#ifndef BOOST_PREDEF_COMPILER_IBM_H
#define BOOST_PREDEF_COMPILER_IBM_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_CXX_IBM BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER_INTEL_HPP
#define BOOST_PREDEF_COMPILER_INTEL_HPP
#ifndef BOOST_PREDEF_COMPILER_INTEL_H
#define BOOST_PREDEF_COMPILER_INTEL_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_CXX_INTEL BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER_KAI_HPP
#define BOOST_PREDEF_COMPILER_KAI_HPP
#ifndef BOOST_PREDEF_COMPILER_KAI_H
#define BOOST_PREDEF_COMPILER_KAI_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_CXX_KCC BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER_LLVM_HPP
#define BOOST_PREDEF_COMPILER_LLVM_HPP
#ifndef BOOST_PREDEF_COMPILER_LLVM_H
#define BOOST_PREDEF_COMPILER_LLVM_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_CXX_LLVM BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER_METAWARE_HPP
#define BOOST_PREDEF_COMPILER_METAWARE_HPP
#ifndef BOOST_PREDEF_COMPILER_METAWARE_H
#define BOOST_PREDEF_COMPILER_METAWARE_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_CXX_HIGHC BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER_METROWERKS_HPP
#define BOOST_PREDEF_COMPILER_METROWERKS_HPP
#ifndef BOOST_PREDEF_COMPILER_METROWERKS_H
#define BOOST_PREDEF_COMPILER_METROWERKS_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_CXX_MWERKS BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER_MICROTEC_HPP
#define BOOST_PREDEF_COMPILER_MICROTEC_HPP
#ifndef BOOST_PREDEF_COMPILER_MICROTEC_H
#define BOOST_PREDEF_COMPILER_MICROTEC_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_CXX_MRI BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER_MINGW_HPP
#define BOOST_PREDEF_COMPILER_MINGW_HPP
#ifndef BOOST_PREDEF_COMPILER_MINGW_H
#define BOOST_PREDEF_COMPILER_MINGW_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_CXX_MINGW BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER_MPW_HPP
#define BOOST_PREDEF_COMPILER_MPW_HPP
#ifndef BOOST_PREDEF_COMPILER_MPW_H
#define BOOST_PREDEF_COMPILER_MPW_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_CXX_MPW BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER_PALM_HPP
#define BOOST_PREDEF_COMPILER_PALM_HPP
#ifndef BOOST_PREDEF_COMPILER_PALM_H
#define BOOST_PREDEF_COMPILER_PALM_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_CXX_PALM BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER_PGI_HPP
#define BOOST_PREDEF_COMPILER_PGI_HPP
#ifndef BOOST_PREDEF_COMPILER_PGI_H
#define BOOST_PREDEF_COMPILER_PGI_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_CXX_PGI BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER_SGI_MIPSPRO_HPP
#define BOOST_PREDEF_COMPILER_SGI_MIPSPRO_HPP
#ifndef BOOST_PREDEF_COMPILER_SGI_MIPSPRO_H
#define BOOST_PREDEF_COMPILER_SGI_MIPSPRO_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_CXX_SGI BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER_SUNPRO_HPP
#define BOOST_PREDEF_COMPILER_SUNPRO_HPP
#ifndef BOOST_PREDEF_COMPILER_SUNPRO_H
#define BOOST_PREDEF_COMPILER_SUNPRO_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_CXX_SUNPRO BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER_TENDRA_HPP
#define BOOST_PREDEF_COMPILER_TENDRA_HPP
#ifndef BOOST_PREDEF_COMPILER_TENDRA_H
#define BOOST_PREDEF_COMPILER_TENDRA_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_CXX_TENDRA BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER_VISUALC_HPP
#define BOOST_PREDEF_COMPILER_VISUALC_HPP
#ifndef BOOST_PREDEF_COMPILER_VISUALC_H
#define BOOST_PREDEF_COMPILER_VISUALC_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_CXX_MSVC BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER_WATCOM_HPP
#define BOOST_PREDEF_COMPILER_WATCOM_HPP
#ifndef BOOST_PREDEF_COMPILER_WATCOM_H
#define BOOST_PREDEF_COMPILER_WATCOM_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_CXX_WATCOM BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,10 +1,10 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_DETAIL_VRP_HPP
#define BOOST_PREDEF_DETAIL_VRP_HPP
#ifndef BOOST_PREDEF_DETAIL_VRP_H
#define BOOST_PREDEF_DETAIL_VRP_H
//~ Shorthands for the common version number formats used by vendors...

12
boost/predef/library.h Normal file
View File

@ -0,0 +1,12 @@
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_LIBRARY_H
#define BOOST_PREDEF_LIBRARY_H
#include <boost/predef/library/c.h>
#include <boost/predef/library/std.h>
#endif

View File

@ -1,12 +0,0 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_LIBRARY_HPP
#define BOOST_PREDEF_LIBRARY_HPP
#include <boost/predef/library/c.hpp>
#include <boost/predef/library/std.hpp>
#endif

16
boost/predef/library/c.h Normal file
View File

@ -0,0 +1,16 @@
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_LIBRARY_C_H
#define BOOST_PREDEF_LIBRARY_C_H
#include <cassert>
#include <boost/predef/library/c/gnu.h>
#include <boost/predef/library/c/uc.h>
#include <boost/predef/library/c/vms.h>
#include <boost/predef/library/c/zos.h>
#endif

View File

@ -1,16 +0,0 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_LIBRARY_C_HPP
#define BOOST_PREDEF_LIBRARY_C_HPP
#include <cassert>
#include <boost/predef/library/c/gnu.hpp>
#include <boost/predef/library/c/uc.hpp>
#include <boost/predef/library/c/vms.hpp>
#include <boost/predef/library/c/zos.hpp>
#endif

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_LIBRARY_C_GNU_HPP
#define BOOST_PREDEF_LIBRARY_C_GNU_HPP
#ifndef BOOST_PREDEF_LIBRARY_C_GNU_H
#define BOOST_PREDEF_LIBRARY_C_GNU_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_LIBC_GNU BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_LIBRARY_C_UC_HPP
#define BOOST_PREDEF_LIBRARY_C_UC_HPP
#ifndef BOOST_PREDEF_LIBRARY_C_UC_H
#define BOOST_PREDEF_LIBRARY_C_UC_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_LIBC_UC BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_LIBRARY_C_VMS_HPP
#define BOOST_PREDEF_LIBRARY_C_VMS_HPP
#ifndef BOOST_PREDEF_LIBRARY_C_VMS_H
#define BOOST_PREDEF_LIBRARY_C_VMS_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_LIBC_VMS BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_LIBRARY_C_ZOS_HPP
#define BOOST_PREDEF_LIBRARY_C_ZOS_HPP
#ifndef BOOST_PREDEF_LIBRARY_C_ZOS_H
#define BOOST_PREDEF_LIBRARY_C_ZOS_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_LIBC_ZOS BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,12 +1,12 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Copyright John Maddock 2001-2003
//~ Copyright Jens Maurer 2001-2002
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_LIBRARY_STD_HPP
#define BOOST_PREDEF_LIBRARY_STD_HPP
#ifndef BOOST_PREDEF_LIBRARY_STD_H
#define BOOST_PREDEF_LIBRARY_STD_H
// We need to include an STD header to gives us the context
// of which library we are using. The "smallest" code-wise header
@ -22,18 +22,18 @@
// STLPort library; this _must_ come first, otherwise since
// STLport typically sits on top of some other library, we
// can end up detecting that first rather than STLport:
#include <boost/predef/library/std/stlport.hpp>
#include <boost/predef/library/std/stlport.h>
// The rest in apha order, except for Dinkumware.
#include <boost/predef/library/std/libcomo.hpp>
#include <boost/predef/library/std/modena.hpp>
#include <boost/predef/library/std/msl.hpp>
#include <boost/predef/library/std/roguewave.hpp>
#include <boost/predef/library/std/sgi.hpp>
#include <boost/predef/library/std/stdcpp3.hpp>
#include <boost/predef/library/std/vacpp.hpp>
#include <boost/predef/library/std/libcomo.h>
#include <boost/predef/library/std/modena.h>
#include <boost/predef/library/std/msl.h>
#include <boost/predef/library/std/roguewave.h>
#include <boost/predef/library/std/sgi.h>
#include <boost/predef/library/std/stdcpp3.h>
#include <boost/predef/library/std/vacpp.h>
// Dinkumware Library (this has to appear after any possible replacement libraries):
#include <boost/predef/library/std/dinkumware.hpp>
#include <boost/predef/library/std/dinkumware.h>
#endif

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_LIBRARY_STD_DINKUMWARE_HPP
#define BOOST_PREDEF_LIBRARY_STD_DINKUMWARE_HPP
#ifndef BOOST_PREDEF_LIBRARY_STD_DINKUMWARE_H
#define BOOST_PREDEF_LIBRARY_STD_DINKUMWARE_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_LIBSTD_DINKUMWARE BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_LIBRARY_STD_LIBCOMO_HPP
#define BOOST_PREDEF_LIBRARY_STD_LIBCOMO_HPP
#ifndef BOOST_PREDEF_LIBRARY_STD_LIBCOMO_H
#define BOOST_PREDEF_LIBRARY_STD_LIBCOMO_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_LIBSTD_COMO BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_LIBRARY_STD_MODENA_HPP
#define BOOST_PREDEF_LIBRARY_STD_MODENA_HPP
#ifndef BOOST_PREDEF_LIBRARY_STD_MODENA_H
#define BOOST_PREDEF_LIBRARY_STD_MODENA_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_LIBSTD_MSIPL BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_LIBRARY_STD_MSL_HPP
#define BOOST_PREDEF_LIBRARY_STD_MSL_HPP
#ifndef BOOST_PREDEF_LIBRARY_STD_MSL_H
#define BOOST_PREDEF_LIBRARY_STD_MSL_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_LIBSTD_MSL BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_LIBRARY_STD_ROGUEWAVE_HPP
#define BOOST_PREDEF_LIBRARY_STD_ROGUEWAVE_HPP
#ifndef BOOST_PREDEF_LIBRARY_STD_ROGUEWAVE_H
#define BOOST_PREDEF_LIBRARY_STD_ROGUEWAVE_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_LIBSTD_RW BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_LIBRARY_STD_SGI_HPP
#define BOOST_PREDEF_LIBRARY_STD_SGI_HPP
#ifndef BOOST_PREDEF_LIBRARY_STD_SGI_H
#define BOOST_PREDEF_LIBRARY_STD_SGI_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_LIBSTD_SGI BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_LIBRARY_STD_STDCPP3_HPP
#define BOOST_PREDEF_LIBRARY_STD_STDCPP3_HPP
#ifndef BOOST_PREDEF_LIBRARY_STD_STDCPP3_H
#define BOOST_PREDEF_LIBRARY_STD_STDCPP3_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_LIBSTD_GNU BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_LIBRARY_STD_STLPORT_HPP
#define BOOST_PREDEF_LIBRARY_STD_STLPORT_HPP
#ifndef BOOST_PREDEF_LIBRARY_STD_STLPORT_H
#define BOOST_PREDEF_LIBRARY_STD_STLPORT_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_LIBSTD_STLPORT BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_LIBRARY_STD_VACPP_HPP
#define BOOST_PREDEF_LIBRARY_STD_VACPP_HPP
#ifndef BOOST_PREDEF_LIBRARY_STD_VACPP_H
#define BOOST_PREDEF_LIBRARY_STD_VACPP_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_LIBSTD_IBM BOOST_VERSION_NUMBER(0,0,0)

23
boost/predef/os.h Normal file
View File

@ -0,0 +1,23 @@
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_OS_H
#define BOOST_PREDEF_OS_H
#include <boost/predef/os/aix.h>
#include <boost/predef/os/amigaos.h>
#include <boost/predef/os/beos.h>
#include <boost/predef/os/bsd.h>
#include <boost/predef/os/cygwin.h>
#include <boost/predef/os/hpux.h>
#include <boost/predef/os/irix.h>
#include <boost/predef/os/linux.h>
#include <boost/predef/os/macos.h>
#include <boost/predef/os/qnxnto.h>
#include <boost/predef/os/solaris.h>
#include <boost/predef/os/unix.h>
#include <boost/predef/os/windows.h>
#endif

View File

@ -1,23 +0,0 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_OS_HPP
#define BOOST_PREDEF_OS_HPP
#include <boost/predef/os/aix.hpp>
#include <boost/predef/os/amigaos.hpp>
#include <boost/predef/os/beos.hpp>
#include <boost/predef/os/bsd.hpp>
#include <boost/predef/os/cygwin.hpp>
#include <boost/predef/os/hpux.hpp>
#include <boost/predef/os/irix.hpp>
#include <boost/predef/os/linux.hpp>
#include <boost/predef/os/macos.hpp>
#include <boost/predef/os/qnxnto.hpp>
#include <boost/predef/os/solaris.hpp>
#include <boost/predef/os/unix.hpp>
#include <boost/predef/os/windows.hpp>
#endif

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER_AIX_HPP
#define BOOST_PREDEF_COMPILER_AIX_HPP
#ifndef BOOST_PREDEF_COMPILER_AIX_H
#define BOOST_PREDEF_COMPILER_AIX_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_OS_AIX BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER_AMIGAOS_HPP
#define BOOST_PREDEF_COMPILER_AMIGAOS_HPP
#ifndef BOOST_PREDEF_COMPILER_AMIGAOS_H
#define BOOST_PREDEF_COMPILER_AMIGAOS_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_OS_AMIGAOS BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER_BEOS_HPP
#define BOOST_PREDEF_COMPILER_BEOS_HPP
#ifndef BOOST_PREDEF_COMPILER_BEOS_H
#define BOOST_PREDEF_COMPILER_BEOS_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_OS_BEOS BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER_BSD_HPP
#define BOOST_PREDEF_COMPILER_BSD_HPP
#ifndef BOOST_PREDEF_COMPILER_BSD_H
#define BOOST_PREDEF_COMPILER_BSD_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_OS_BSD BOOST_VERSION_NUMBER(0,0,0)
#define BOOST_OS_DRAGONFLY_BSD BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER_CYGWIN_HPP
#define BOOST_PREDEF_COMPILER_CYGWIN_HPP
#ifndef BOOST_PREDEF_COMPILER_CYGWIN_H
#define BOOST_PREDEF_COMPILER_CYGWIN_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_OS_CYGWIN BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER_HPUX_HPP
#define BOOST_PREDEF_COMPILER_HPUX_HPP
#ifndef BOOST_PREDEF_COMPILER_HPUX_H
#define BOOST_PREDEF_COMPILER_HPUX_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_OS_HPUX BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER_IRIX_HPP
#define BOOST_PREDEF_COMPILER_IRIX_HPP
#ifndef BOOST_PREDEF_COMPILER_IRIX_H
#define BOOST_PREDEF_COMPILER_IRIX_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_OS_IRIX BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER__HPP
#define BOOST_PREDEF_COMPILER__HPP
#ifndef BOOST_PREDEF_COMPILER_H
#define BOOST_PREDEF_COMPILER_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_OS_LINUX BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER__HPP
#define BOOST_PREDEF_COMPILER__HPP
#ifndef BOOST_PREDEF_COMPILER_H
#define BOOST_PREDEF_COMPILER_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_OS_MACOS BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER__HPP
#define BOOST_PREDEF_COMPILER__HPP
#ifndef BOOST_PREDEF_COMPILER_H
#define BOOST_PREDEF_COMPILER_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_OS_QNX BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER__HPP
#define BOOST_PREDEF_COMPILER__HPP
#ifndef BOOST_PREDEF_COMPILER_H
#define BOOST_PREDEF_COMPILER_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_OS_SOLARIS BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER__HPP
#define BOOST_PREDEF_COMPILER__HPP
#ifndef BOOST_PREDEF_COMPILER_H
#define BOOST_PREDEF_COMPILER_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_OS_UNIX BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,13 +1,13 @@
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_COMPILER__HPP
#define BOOST_PREDEF_COMPILER__HPP
#ifndef BOOST_PREDEF_COMPILER_H
#define BOOST_PREDEF_COMPILER_H
#include <boost/predef/version_number.hpp>
#include <boost/predef/detail/vrp.hpp>
#include <boost/predef/version_number.h>
#include <boost/predef/detail/vrp.h>
#define BOOST_OS_WINDOWS BOOST_VERSION_NUMBER(0,0,0)

View File

@ -1,11 +1,11 @@
//~ Copyright Rene Rivera 2005
//~ Copyright Redshift Software, Inc. 2008
//~ Copyright Redshift Software, Inc. 2008-2010
//~ Distributed under the Boost Software License, Version 1.0.
//~ (See accompanying file LICENSE_1_0.txt or copy at
//~ http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_PREDEF_VERSION_NUMBER_HPP
#define BOOST_PREDEF_VERSION_NUMBER_HPP
#ifndef BOOST_PREDEF_VERSION_NUMBER_H
#define BOOST_PREDEF_VERSION_NUMBER_H
/// Defines standard version numbers, with these properties:
/// * Decimal base whole numbers in the range [0,major*10000000]