|
xtd
0.2.0
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
5#if !defined(__XTD_CORE_INTERNAL__)
6#error "Do not include this file: Internal use only"
9#include "../compiler_id.h"
13# define __compiler_id xtd::compiler_id::msvc
14#elif defined(__APPLE__) && defined(__clang__)
15# define __compiler_id xtd::compiler_id::apple_clang;
16#elif defined(__clang__)
17# define __compiler_id xtd::compiler_id::clang;
18#elif defined(__GNUC__)
19# define __compiler_id xtd::compiler_id::gcc;
21# define __compiler_id xtd::compiler_id::unknown;