-
- Downloads
Merge branch 'feature/FS1042-range-based-for-loops-test-and-iteratorrange'
This branch contains required infrastructure for the new iterator ranges in dune-grid. In particular, it adds a configuration test that checks whether the compiler supports range-based for loops and a small utility class that serves as a container for a pair of begin and end iterators. * feature/FS1042-range-based-for-loops-test-and-iteratorrange: [buildsystem] Check for range-based for. [Iterators] Add IteratorRange helper class
No related branches found
No related tags found
Showing
- cmake/modules/CheckCXX11Features.cmake 12 additions, 0 deletionscmake/modules/CheckCXX11Features.cmake
- dune/common/CMakeLists.txt 1 addition, 0 deletionsdune/common/CMakeLists.txt
- dune/common/Makefile.am 1 addition, 0 deletionsdune/common/Makefile.am
- dune/common/iteratorrange.hh 53 additions, 0 deletionsdune/common/iteratorrange.hh
- m4/CMakeLists.txt 1 addition, 0 deletionsm4/CMakeLists.txt
- m4/Makefile.am 1 addition, 0 deletionsm4/Makefile.am
- m4/cxx11_range_based_for.m4 22 additions, 0 deletionsm4/cxx11_range_based_for.m4
- m4/dune_common.m4 1 addition, 0 deletionsm4/dune_common.m4
Loading
Please register or sign in to comment