guanaqo main
Utilities for scientific software
Loading...
Searching...
No Matches
compiler.h File Reference

Detailed Description

Compiler feature detection helpers.

Definition in file compiler.h.

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define GUANAQO_CLANG_OLDER_THAN(maj)
#define GUANAQO_GCC_OLDER_THAN(maj)
#define GUANAQ_MSVC_OLDER_THAN(maj, min)

Macro Definition Documentation

◆ GUANAQO_CLANG_OLDER_THAN

#define GUANAQO_CLANG_OLDER_THAN ( maj)
Value:
0

Definition at line 10 of file compiler.h.

◆ GUANAQO_GCC_OLDER_THAN

#define GUANAQO_GCC_OLDER_THAN ( maj)
Value:
0

Definition at line 16 of file compiler.h.

◆ GUANAQ_MSVC_OLDER_THAN

#define GUANAQ_MSVC_OLDER_THAN ( maj,
min )
Value:
0

Definition at line 22 of file compiler.h.