remove deprecated reimplementations of std type traits
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.