Dune Core Modules (unstable)
Go to the documentation of this file.
3#ifndef DUNE_BOUNDSCHECKING_HH
4#define DUNE_BOUNDSCHECKING_HH
19#ifndef DUNE_ASSERT_BOUNDS
20#if defined(DUNE_CHECK_BOUNDS) || defined(DOXYGEN)
30#define DUNE_ASSERT_BOUNDS(cond) \
33 DUNE_THROW(Dune::RangeError, "Index out of bounds."); \
37#define DUNE_ASSERT_BOUNDS(cond)
A few common exception classes.