compiler_diagnostics.h File Reference

CPP API: compiler_diagnostics.h File Reference
compiler_diagnostics.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 mio
 A collection of classes to simplify handling of matrix shapes in meta programming.
 

Macros

#define GCC_CLANG_DIAGNOSTIC(...)
 
#define MEMILIO_ENABLE_EBO
 
#define MSVC_WARNING_DISABLE_PUSH(...)
 
#define MSVC_WARNING_POP()
 
#define QUOTE(x)   #x
 

Functions

template<class... T>
void mio::unused (T &&...)
 Does nothing, can be used to mark variables as not used. More...
 

Macro Definition Documentation

◆ GCC_CLANG_DIAGNOSTIC

#define GCC_CLANG_DIAGNOSTIC (   ...)

◆ MEMILIO_ENABLE_EBO

#define MEMILIO_ENABLE_EBO

◆ MSVC_WARNING_DISABLE_PUSH

#define MSVC_WARNING_DISABLE_PUSH (   ...)

◆ MSVC_WARNING_POP

#define MSVC_WARNING_POP ( )

◆ QUOTE

#define QUOTE (   x)    #x