AIDASoft / podio

PODIO
GNU General Public License v3.0
24 stars 59 forks source link

Switch to more recent OS and compilers for sanitizer workflows #568

Closed tmadlener closed 4 months ago

tmadlener commented 6 months ago

BEGINRELEASENOTES

ENDRELEASENOTES

andresailer commented 4 months ago

Need to change the standard for the sanitizer builds when using gcc13 or clang16

--DCMAKE_CXX_STANDARD=17 
+-DCMAKE_CXX_STANDARD=20