Skip to content

remove deprecated reimplementations of std type traits

Felix Gruber requested to merge cleanup/remove-deprecated-traits into master

These type traits have been deprecated in !27 (closed) for Dune 2.5 since they are all available from the standard library.

We should remove our own implementations to encourage Dune users to use the implementation provided by the C++ standard library.

Merge request reports