mirror of
https://github.com/triqs/dft_tools
synced 2025-04-07 17:23:24 +02:00

gcc has a pb because the template mesh<Variable,Opt> has the name same as the gf mesh method (!). Clang is fine however on this... Solution : rename the template mesh<...> to gf_mesh... Not very elegant, but ok.