Sharg 1.2.2-rc.1
The argument parser for bio-c++ tools.
Loading...
Searching...
No Matches
platform.hpp File Reference

Provides platform and dependency checks. More...

#include <version>
+ Include dependency graph for platform.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SHARG_COMPILER_IS_GCC   0
 Whether the current compiler is GCC.
 

Detailed Description

Provides platform and dependency checks.

Author
Svenja Mehringer <svenja.mehringer AT fu-berlin.de>

Macro Definition Documentation

◆ SHARG_COMPILER_IS_GCC

#define SHARG_COMPILER_IS_GCC   0

Whether the current compiler is GCC.

GNUC is also used to indicate the support for GNU compiler extensions. To detect the presence of the GCC compiler, one has to rule out other compilers.

See also
https://sourceforge.net/p/predef/wiki/Compilers
Hide me