MetOffice / opsinputs

JEDI library generating VarObs and Cx files
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Feature/remove c++11 req #171

Closed yaswant closed 1 year ago

yaswant commented 1 year ago

This PR removes the hard dependency on c++11 standard. When used in a bundle in conjunction with atlas which requires C++17 features enabled, developers are encouraged to enable C++17 standard at the top-level.

Issues addressed