xtd 0.2.0
Loading...
Searching...
No Matches

◆ compiler_id

enum class xtd::compiler_id
strong

Identifies the compiler, supported by an assembly.

Header
#include <xtd/compiler_id>
Namespace
xtd
Library
xtd.core
See also
compiler
Enumerator
unknown 

The compiler is unknown.

msvc 

The compiler is Microsoft Visual Studio.

clang 

The compiler is clang.

gcc 

The compiler is gcc.

apple_clang 

The compiler is Apple clang.

microsoft_visual_studio 

The compiler is Microsoft Visual Studio.

Deprecated:
Replaced by xtd::compiler_id::msvc - Will be removed in version 0.4.0