The EVTGEN_CPP11 preprocessor switch was introduced when compiler support for C++11 was variable.
Now we only support C++17 or later standards.
As such, this can be dropped.
This is related with !16.
Differential D117
Drop redundant EVTGEN_CPP11 preprocessor switch tlatham on Apr 24 2024, 2:15 PM. Authored by Tags Subscribers
Details The EVTGEN_CPP11 preprocessor switch was introduced when compiler support for C++11 was variable. This is related with !16. Have run the full set of tests and the results are identical.
Diff Detail
Event TimelineComment Actions As discussed in !16, this old switch was currently still used only in examples and hence it is fine to remove it. |