-
- Downloads
Merge branch 'feature/cleanup-std-utility' into 'master'
Feature/cleanup std utility This merge request cleans up the implementation of C++14 integer sequences and also removes an old alias of `std::declval()` in our `Dune::Std` namespace. Warning: After merging this merge request, any use of `Std::declval()` will cause compilation failures. See merge request !82
Showing
- dune/common/std/utility.hh 46 additions, 112 deletionsdune/common/std/utility.hh
- dune/common/test/integersequence.cc 3 additions, 3 deletionsdune/common/test/integersequence.cc
- dune/common/tupleutility.hh 4 additions, 4 deletionsdune/common/tupleutility.hh
- dune/common/typetraits.hh 2 additions, 2 deletionsdune/common/typetraits.hh
Please register or sign in to comment