Dune Core Modules (2.4.1)

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
Traits for type conversions and type information.
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 16, 22:29, 2024)