2010-05-22 20:20:04 +00:00
|
|
|
/*
|
2015-06-29 18:49:33 -05:00
|
|
|
Copyright Rene Rivera 2008-2015
|
2010-05-22 20:20:04 +00:00
|
|
|
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)
|
|
|
|
|
*/
|
2010-02-25 16:59:10 +00:00
|
|
|
|
2015-06-29 18:49:33 -05:00
|
|
|
#if !defined(BOOST_PREDEF_H) || defined(BOOST_PREDEF_INTERNAL_GENERATE_TESTS)
|
2010-02-25 16:59:10 +00:00
|
|
|
#ifndef BOOST_PREDEF_H
|
|
|
|
|
#define BOOST_PREDEF_H
|
2015-06-29 18:49:33 -05:00
|
|
|
#endif
|
2010-02-25 16:59:10 +00:00
|
|
|
|
2011-11-19 03:46:41 +00:00
|
|
|
#include <boost/predef/language.h>
|
|
|
|
|
#include <boost/predef/architecture.h>
|
2010-02-25 16:59:10 +00:00
|
|
|
#include <boost/predef/compiler.h>
|
|
|
|
|
#include <boost/predef/library.h>
|
2011-11-19 03:46:41 +00:00
|
|
|
#include <boost/predef/os.h>
|
2013-04-02 21:40:46 -05:00
|
|
|
#include <boost/predef/other.h>
|
2013-05-02 23:22:09 -05:00
|
|
|
#include <boost/predef/platform.h>
|
2015-07-15 15:25:48 +02:00
|
|
|
#include <boost/predef/hardware.h>
|
2010-02-25 16:59:10 +00:00
|
|
|
|
2015-07-01 17:19:29 -05:00
|
|
|
#include <boost/predef/version.h>
|
|
|
|
|
|
2010-02-25 16:59:10 +00:00
|
|
|
#endif
|