Skip to content

fix a constrexpr statix std::array not compiling in dbg

Pierre Antoine Delsart requested to merge delsart/athena:jetisotooldevDbg into main

MR !74271 (merged) introduced a change which does not compile in dbg mode. Namely :

static constexpr std::array<string, 6> s_kname = {"Pt","PtPUsub" , "SumPt", "Par", "Perp", "P"};

This fixes the issue.

Merge request reports