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) 43 #endif // DUNE_BOUNDSCHECKING_HH A few common exception classes.