Adobe Source Libraries
2.0.0
A collection of C++ libraries.
Loading...
Searching...
No Matches
select_compiler.hpp
Go to the documentation of this file.
1
/*
2
Copyright 2013 Adobe
3
Distributed under the Boost Software License, Version 1.0.
4
(See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
*/
6
/**************************************************************************************************/
7
8
#ifndef ADOBE_CONFIG_SELECT_COMPILER_HPP
9
#define ADOBE_CONFIG_SELECT_COMPILER_HPP
10
11
/**************************************************************************************************/
12
13
#if defined __GNUC__
14
// GNU C++: (including Darwin)
15
#include <
adobe/config/compiler/gcc.hpp
>
16
17
#elif defined _MSC_VER
18
// Must remain the last #elif since some other vendors (Metrowerks, for
19
// example) also #define _MSC_VER
20
#include <
adobe/config/compiler/visualc.hpp
>
21
22
#endif
23
24
/**************************************************************************************************/
25
26
#endif
27
28
/**************************************************************************************************/
gcc.hpp
visualc.hpp
adobe
config
select_compiler.hpp
Generated by
1.14.0