dune-common  2.3.0
Classes | Namespaces | Macros
static_assert.hh File Reference

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

Go to the source code of this file.

Classes

struct  Dune::AlwaysFalse< T >
 template which always yields a false value More...
struct  Dune::AlwaysTrue< T >
 template which always yields a true value More...

Namespaces

namespace  Dune
 Dune namespace.

Macros

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

Detailed Description

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