3
0
mirror of https://github.com/triqs/dft_tools synced 2024-10-31 19:23:45 +01:00
dft_tools/triqs/arrays/impl
Olivier Parcollet 552c440238 arrays : add ConstView to fix const correctness
- A()(0) = 1
will not work any more if A is const, as it should be.

- Introduced the notion of const_view, simply done by a flag
(flag 0, for easy debug)
- changed the slice of ISP to use it (only on C++11 compliant compiler)
- Move BoundCheck Flags to 5.
2013-07-23 08:13:52 +02:00
..
assignment.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
common.hpp arrays : add ConstView to fix const correctness 2013-07-23 08:13:52 +02:00
exceptions.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
flags.hpp arrays : add ConstView to fix const correctness 2013-07-23 08:13:52 +02:00
indexmap_storage_pair.hpp arrays : add ConstView to fix const correctness 2013-07-23 08:13:52 +02:00
iterator_adapter.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
make_const.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
tags.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
traits.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00