-
- Downloads
[structure] rename cxx11.hh to std/constexpr.hh
The majority of developers favor individual headers for (emulation of) C++11 features over collecting them in a single header cxx11.hh. This patch renames cxx11.hh to constexpr.hh and moves it into the subdirectory std. This is the place most developers would like these headers in (see http://users.dune-project.org/doodles/4).
Showing
- configure.ac 1 addition, 0 deletionsconfigure.ac
- dune/common/CMakeLists.txt 1 addition, 1 deletiondune/common/CMakeLists.txt
- dune/common/Makefile.am 1 addition, 2 deletionsdune/common/Makefile.am
- dune/common/fmatrix.hh 1 addition, 1 deletiondune/common/fmatrix.hh
- dune/common/fvector.hh 1 addition, 1 deletiondune/common/fvector.hh
- dune/common/std/CMakeLists.txt 7 additions, 0 deletionsdune/common/std/CMakeLists.txt
- dune/common/std/Makefile.am 7 additions, 0 deletionsdune/common/std/Makefile.am
- dune/common/std/constexpr.hh 3 additions, 3 deletionsdune/common/std/constexpr.hh
dune/common/std/CMakeLists.txt
0 → 100644
dune/common/std/Makefile.am
0 → 100644
Please register or sign in to comment