2014-11-24 23:46:39 +00:00
|
|
|
/*
|
2016-05-02 15:22:22 +00:00
|
|
|
Copyright Rene Rivera 2011-2015
|
2014-11-24 23:46:39 +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)
|
|
|
|
*/
|
|
|
|
|
2016-05-02 15:22:22 +00:00
|
|
|
#if !defined(BOOST_PREDEF_LANGUAGE_H) || defined(BOOST_PREDEF_INTERNAL_GENERATE_TESTS)
|
2014-11-24 23:46:39 +00:00
|
|
|
#ifndef BOOST_PREDEF_LANGUAGE_H
|
|
|
|
#define BOOST_PREDEF_LANGUAGE_H
|
2016-05-02 15:22:22 +00:00
|
|
|
#endif
|
2014-11-24 23:46:39 +00:00
|
|
|
|
|
|
|
#include <boost/predef/language/stdc.h>
|
|
|
|
#include <boost/predef/language/stdcpp.h>
|
|
|
|
#include <boost/predef/language/objc.h>
|
|
|
|
|
|
|
|
#endif
|