dune-common
2.3.1
|
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. |
Fallback implementation of the C++0x static_assert feature.