mirror of
https://github.com/triqs/dft_tools
synced 2025-04-22 08:20:18 +02:00

- a(1,ellipsis()) for a an array<T,1> e.g., was not compiling. - also added const_iterator for range to allow simple code : for (auto i : range {3,6}) ....-> i = 3,4,5 as in python