DARMA-tasking / vt

DARMA/vt => Virtual Transport
Other
33 stars 8 forks source link

Remove support for `gcc-8` #2286

Open cz4rs opened 1 month ago

cz4rs commented 1 month ago

What Needs to be Done? https://github.com/DARMA-tasking/vt/pull/2282 utilizes [[maybe_unused]] to silence a bunch of warnings, but support for that attribute is incomplete in gcc-8 (see Slack discussion).

Remove support for gcc-8 and bump compiler requirement to gcc-9 for vt: