arras-energy / gridlabd

Arras Energy simulator
https://www.arras.energy/
BSD 3-Clause "New" or "Revised" License
6 stars 5 forks source link

Upgrade configure to use C++11 by default #67

Open dchassin opened 4 years ago

dchassin commented 4 years ago

Problem description

The current compiler is by default too old to allow the use of some recent improvements to the C++ STL. Recommend changing the default gcc settings to include -std=C++11 by default.

dchassin commented 1 year ago

@Thistleman, what do you think of this issue? To what extent have we already accomplished this by virtue of the recent upgrades?