Adobe Source Libraries 1.49.0
A collection of C++ libraries.
Loading...
Searching...
No Matches
gcc.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_COMPILER_GCC_HPP
9#define ADOBE_CONFIG_COMPILER_GCC_HPP
10
11/**************************************************************************************************/
12
13#ifndef ADOBE_CONFIG_HPP
14#error \
15 "This file is intended to be included by <adobe/config.hpp> -- please use that file directly."
16#endif
17
18/**************************************************************************************************/
19
20#ifndef ADOBE_COMPILER_GCC
21#define ADOBE_COMPILER_GCC 1
22#endif
23
24/**************************************************************************************************/
25
26// test exceptions here
27
28/**************************************************************************************************/
29
30#endif
31
32/**************************************************************************************************/