-
- Downloads
Migrate Dune::array to Dune::std::array
As decided on the developer meeting in Aachen, STL-like containers or STL fallback implementations should go into the namespace Dune::std. As an example, this patch migrates Dune::array into this namespace (without providing any backward compatibility).
Showing
- dune/common/CMakeLists.txt 0 additions, 1 deletiondune/common/CMakeLists.txt
- dune/common/Makefile.am 0 additions, 1 deletiondune/common/Makefile.am
- dune/common/array.hh 0 additions, 260 deletionsdune/common/array.hh
- dune/common/arraylist.hh 1 addition, 1 deletiondune/common/arraylist.hh
- dune/common/fvector.hh 1 addition, 1 deletiondune/common/fvector.hh
- dune/common/parametertree.hh 1 addition, 1 deletiondune/common/parametertree.hh
- dune/common/std/CMakeLists.txt 1 addition, 0 deletionsdune/common/std/CMakeLists.txt
- dune/common/std/Makefile.am 1 addition, 0 deletionsdune/common/std/Makefile.am
- dune/common/std/array.hh 265 additions, 0 deletionsdune/common/std/array.hh
- dune/common/test/arraytest.cc 1 addition, 1 deletiondune/common/test/arraytest.cc
Loading
Please register or sign in to comment