Skip to content
Snippets Groups Projects

Remove HAVE_MPROTECT cmake check

Merged Simon Praetorius requested to merge feature/remove-have-mprotect-cmake-check into master
All threads resolved!
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
# Master (will become release 2.8)
- Remove the cmake check for `HAVE_MPROTECT` and also do not define this variable in the
`config.h` file. It is defined only inside the header `debugallocator.hh`.
- Deprecate fallback implementations `Dune::Std::apply`, `Dune::Std::bool_constant`, and
`Dune::Std::make_array` in favor of std c++ implementations.
Loading