eclipse / xacc

XACC - eXtreme-scale Accelerator programming framework
https://xacc.readthedocs.io
BSD 3-Clause "New" or "Revised" License
163 stars 84 forks source link

GCC-13 compability #578

Open johanneskuhlmann opened 9 months ago

johanneskuhlmann commented 9 months ago

The build fails under GCC-13 since the implicit inclusion of std headers has changed. See https://gcc.gnu.org/gcc-13/porting_to.html

This is the patch to be applied to tpls/cppmicroservices cppmicroservices.patch

The pull request is up on https://github.com/ORNL-QCI/CppMicroServices/pull/1 This repo needs to update to the then merged version