Skip to content

Add `DUNE_NO_DEPRECATED_BEGIN` and `DUNE_NO_DEPRECATED_END` macros

Ansgar Burchardt requested to merge feature/no-deprecated-blocks into master

These macros can be used to mark a block in which deprecation warnings are ignored. This can be useful for implementations of deprecated methods that call other deprecated methods or for testing deprecated methods in the testsuite.

See also the discussion in dune-grid!61 (merged)

Merge request reports