dune-common
2.2.0
|
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. | |
Defines | |
#define | dune_static_assert(COND, MSG) |
Helper template so that compilation fails if condition is not true. |
Fallback implementation of the C++0x static_assert feature.