Skip to content
Snippets Groups Projects
Commit db37a396 authored by Christian Engwer's avatar Christian Engwer
Browse files

remove derecated CompileTimeChecker

[[Imported from SVN: r5657]]
parent 9bac2050
No related branches found
No related tags found
No related merge requests found
......@@ -14,14 +14,6 @@
namespace Dune {
//! Check condition at compilation time
template <bool flag> class CompileTimeChecker;
//! it exists only an implementation for true so the compiler throws an
//! error if the condition is false
template <> class CompileTimeChecker<true> { } DUNE_DEPRECATED;
/** \brief Map an integer value to a type
This comes in handy if one tries to emulate member function specialization.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment