Files
predef/include/boost/predef.h
T

20 lines
480 B
C
Raw Normal View History

/*
2014-01-10 08:46:03 -06:00
Copyright Rene Rivera 2008-2013
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/language.h>
#include <boost/predef/architecture.h>
#include <boost/predef/compiler.h>
#include <boost/predef/library.h>
#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>
#endif