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

[compatibility] allow to disable the compatibility layer

depending on a preprocessor define we switch the base classes to be
pure virtual, or implement a dummy category(). If the classes are pure
virtual the old interface with an enum is not possible anymore.

To enable/disable the backwards compatibility check we provide a cmake
flag DUNE_ISTL_SUPPORT_OLD_CATEGORY_INTERFACE, which defaults to 1
(e.g. backwards compatibility enabled).
parent d362f37d
No related branches found
No related tags found
1 merge request!84Feature/dynamicpolymorphism
Loading
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