Skip to content
Snippets Groups Projects
Commit 0a3a65df authored by Oliver Sander's avatar Oliver Sander
Browse files

CompileTimeChecker is deprecated. use dune_static_assert instead

[[Imported from SVN: r5099]]
parent 5ca9a4bb
Branches
Tags
No related merge requests found
......@@ -10,6 +10,7 @@
#include <iostream>
#include <sstream>
#include "exceptions.hh"
#include "deprecated.hh"
namespace Dune {
......@@ -18,7 +19,7 @@ namespace Dune {
//! it exists only an implementation for true so the compiler throws an
//! error if the condition is false
template <> class CompileTimeChecker<true> { };
template <> class CompileTimeChecker<true> { } DUNE_DEPRECATED;
/** \brief Map an integer value to a type
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment