Page MenuHomeHEPForge

Drop redundant EVTGEN_CPP11 preprocessor switch
ClosedPublic

Authored by tlatham on Wed, Apr 24, 2:15 PM.

Details

Summary

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.

Test Plan

Have run the full set of tests and the results are identical.

Diff Detail

Repository
rEVTGEN evtgen
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

tlatham created this revision.
tlatham changed the visibility from "All Users" to "Public (No Login Required)".
tlatham changed the edit policy from "All Users" to "Restricted Project (Project)".
tlatham added a project: Restricted Project.
tlatham added a subscriber: Restricted Project.

As discussed in !16, this old switch was currently still used only in examples and hence it is fine to remove it.

This revision is now accepted and ready to land.Wed, Apr 24, 2:52 PM