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