About
Contact
QtCreator
KDevelop
Solarized
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
8
#
if
!defined(
BOOST_PREDEF_COMPILER_H
) || defined(
BOOST_PREDEF_INTERNAL_GENERATE_TESTS
)
9
#
ifndef
BOOST_PREDEF_COMPILER_H
10
#define
BOOST_PREDEF_COMPILER_H
11
#
endif
12
13
#include
<boost/predef/compiler/borland.h>
14
#include
<boost/predef/compiler/clang.h>
15
#include
<boost/predef/compiler/comeau.h>
16
#include
<boost/predef/compiler/compaq.h>
17
#include
<boost/predef/compiler/diab.h>
18
#include
<boost/predef/compiler/digitalmars.h>
19
#include
<boost/predef/compiler/dignus.h>
20
#include
<boost/predef/compiler/edg.h>
21
#include
<boost/predef/compiler/ekopath.h>
22
#include
<boost/predef/compiler/gcc_xml.h>
23
#include
<boost/predef/compiler/gcc.h>
24
#include
<boost/predef/compiler/greenhills.h>
25
#include
<boost/predef/compiler/hp_acc.h>
26
#include
<boost/predef/compiler/iar.h>
27
#include
<boost/predef/compiler/ibm.h>
28
#include
<boost/predef/compiler/intel.h>
29
#include
<boost/predef/compiler/kai.h>
30
#include
<boost/predef/compiler/llvm.h>
31
#include
<boost/predef/compiler/metaware.h>
32
#include
<boost/predef/compiler/metrowerks.h>
33
#include
<boost/predef/compiler/microtec.h>
34
#include
<boost/predef/compiler/mpw.h>
35
#include
<boost/predef/compiler/nvcc.h>
36
#include
<boost/predef/compiler/palm.h>
37
#include
<boost/predef/compiler/pgi.h>
38
#include
<boost/predef/compiler/sgi_mipspro.h>
39
#include
<boost/predef/compiler/sunpro.h>
40
#include
<boost/predef/compiler/tendra.h>
41
#include
<boost/predef/compiler/visualc.h>
42
#include
<boost/predef/compiler/watcom.h>
43
44
#
endif
45