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)
|
|
|
|
|
*/
|
2015-06-29 18:49:33 -05:00
|
|
|
#if !defined(BOOST_PREDEF_LIBRARY_STD_H) || defined(BOOST_PREDEF_INTERNAL_GENERATE_TESTS)
|
2010-02-25 16:59:10 +00:00
|
|
|
#ifndef BOOST_PREDEF_LIBRARY_STD_H
|
|
|
|
|
#define BOOST_PREDEF_LIBRARY_STD_H
|
2015-06-29 18:49:33 -05:00
|
|
|
#endif
|
2008-04-04 18:47:29 +00:00
|
|
|
|
2013-03-18 23:06:06 -05:00
|
|
|
#include <boost/predef/library/std/_prefix.h>
|
2008-04-04 18:47:29 +00:00
|
|
|
|
2011-11-30 05:54:23 +00:00
|
|
|
#include <boost/predef/library/std/cxx.h>
|
2013-03-18 23:06:06 -05:00
|
|
|
#include <boost/predef/library/std/dinkumware.h>
|
2010-02-25 16:59:10 +00:00
|
|
|
#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>
|
2013-03-18 23:06:06 -05:00
|
|
|
#include <boost/predef/library/std/stlport.h>
|
2010-02-25 16:59:10 +00:00
|
|
|
#include <boost/predef/library/std/vacpp.h>
|
2008-04-04 18:47:29 +00:00
|
|
|
|
|
|
|
|
#endif
|