DUNE
Distributed and Unified Numerics Environment
Dune Core Modules (2.4.2)
dune
common
static_assert.hh
Go to the documentation of this file.
1
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2
// vi: set et ts=4 sw=2 sts=2:
3
#ifndef DUNE_STATIC_ASSERT_HH
4
#define DUNE_STATIC_ASSERT_HH
5
6
#warning This header and the macro dune_static_assert are deprecated, use static_assert instead.
7
23
#define dune_static_assert(COND,MSG) \
24
static_assert(COND,MSG)
25
26
#include "
typetraits.hh
"
27
28
/* @} */
29
30
#endif
typetraits.hh
Traits for type conversions and type information.
|
Legal Statements / Impressum
| Hosted by
TU Dresden
&
Uni Heidelberg
| generated with Hugo v0.111.3 (Feb 14, 23:29, 2025)