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

Make cpp emit a warning whenever entitypointer.hh is included

Just to increase the pressure towards its complete removal.
parent b40dfded
Branches
Tags
1 merge request!164Remove the file entitypointer.hh
......@@ -3,6 +3,8 @@
#ifndef DUNE_GRID_ENTITYPOINTER_HH
#define DUNE_GRID_ENTITYPOINTER_HH
#warning EntityPointer is deprecated and will be removed before the release of dune-grid-2.6. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change.
#include <utility>
#include <dune/common/proxymemberaccess.hh>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment