Closed hmenke closed 2 years ago
To facilitate code like this
auto const gf_struct = gf_struct_t{ #if TRIQS_VERSION_MINOR < 1 {"up", {0,1,2}}, {"dn", {0,1,2}} #else {"up", 3}, {"dn", 3} #endif };
Maybe it's possible to backport this to the 3.0.x branch.
To facilitate code like this
Maybe it's possible to backport this to the 3.0.x branch.