DATAKIT API  V2025.1
dtk_compiler_config.h
Go to the documentation of this file.
1 #ifndef DTK_COMPILER_CONFIG_H
2 #define DTK_COMPILER_CONFIG_H
3 
4 #ifdef __clang__
6 
7 #elif __GNUC__
9 
10 #elif _MSC_VER
12 
13 #endif
14 
15 #endif
dtk_compiler_clang.h
dtk_compiler_gcc.h
dtk_compiler_msvc.h