3
0
mirror of https://github.com/triqs/dft_tools synced 2024-10-31 11:13:46 +01:00
dft_tools/test
Olivier Parcollet 0586c77307 add c14 details in std::c14
- to use already a few c14 convenience details :

-> polymorphic std::plus, e.g.
   boost::mpi::reduce (world, A,C, std::c14::plus<>(),0);
this plus determine the type by itself ...
  -> errors on the type can be very cryptic on the gf.

-> add std::c14::make_unique
(equivalent of make_shared for unique_ptr).
2013-09-11 20:22:38 +02:00
..
pytriqs Comment out unreachable code to avoid warning 2013-08-02 10:15:29 +02:00
speed Fix matrix * alias issue and adapt det_manip 2013-09-11 18:49:22 +02:00
triqs add c14 details in std::c14 2013-09-11 20:22:38 +02:00
CMakeLists.txt First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00