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

[heap] use DUNE_DEPRECATED_MSG

parent fd95bfa7
No related branches found
No related tags found
1 merge request!94Feature/enforce dynamic memory allocmodel
......@@ -43,11 +43,7 @@
#include "ugtypes.h"
#include "namespace.h"
// #include <dune/common/deprected.hh>
#ifndef DUNE_DEPRECATED
#define DUNE_DEPRECATED __attribute__ ((deprecated))
#define DUNE_DEPRECATED_MSG(TXT) __attribute__ ((deprecated))
#endif
#include <dune/common/deprecated.hh>
START_UG_NAMESPACE
......
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