Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2023-11-06 11:30:59


John Maddock wrote:
> A typical example - clang on ubuntu jammy just stopped working - the
> cause was an update of the system default compiler from gcc-12 to gcc-13
> which rendered the clang version we were testing non-functional. The
> solution is to do what you would tell a user to do - update the clang
> version to one that can handle gcc-13's std lib!

Or just use the ubuntu:22.04 container instead of GHA's image.

Given that the GHA images break something every so often, I'm starting
to think that we should just use containers for everything and isolate
ourselves from the changes in the base images.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk