Brian Silverman | 44c68b1 | 2018-08-04 23:56:44 -0700 | [diff] [blame^] | 1 | /* |
| 2 | Copyright Rene Rivera 2008-2015 |
| 3 | Distributed under the Boost Software License, Version 1.0. |
| 4 | (See accompanying file LICENSE_1_0.txt or copy at |
| 5 | http://www.boost.org/LICENSE_1_0.txt) |
| 6 | */ |
| 7 | #if !defined(BOOST_PREDEF_LIBRARY_STD_H) || defined(BOOST_PREDEF_INTERNAL_GENERATE_TESTS) |
| 8 | #ifndef BOOST_PREDEF_LIBRARY_STD_H |
| 9 | #define BOOST_PREDEF_LIBRARY_STD_H |
| 10 | #endif |
| 11 | |
| 12 | #include <boost/predef/library/std/_prefix.h> |
| 13 | |
| 14 | #include <boost/predef/library/std/cxx.h> |
| 15 | #include <boost/predef/library/std/dinkumware.h> |
| 16 | #include <boost/predef/library/std/libcomo.h> |
| 17 | #include <boost/predef/library/std/modena.h> |
| 18 | #include <boost/predef/library/std/msl.h> |
| 19 | #include <boost/predef/library/std/roguewave.h> |
| 20 | #include <boost/predef/library/std/sgi.h> |
| 21 | #include <boost/predef/library/std/stdcpp3.h> |
| 22 | #include <boost/predef/library/std/stlport.h> |
| 23 | #include <boost/predef/library/std/vacpp.h> |
| 24 | |
| 25 | #endif |