dune-common  2.4
Macros
static_assert.hh File Reference

Fallback implementation of the C++0x static_assert feature. More...

#include "typetraits.hh"

Go to the source code of this file.

Macros

#define dune_static_assert(COND, MSG)   static_assert(COND,MSG)
 Helper template so that compilation fails if condition is not true. More...
 

Detailed Description

Fallback implementation of the C++0x static_assert feature.