On Thu, 12 Dec 2024 at 14:24, Giuseppe D'Angelo <giuseppe.dang...@kdab.com> wrote: > > Hi, > > On 12/12/2024 01:04, Jonathan Wakely wrote: > >> I'll prepare a patch to do that, > > Et voila: > > https://gcc.gnu.org/pipermail/gcc-patches/2024-December/671432.html > > Thanks! All done, new patch is attached.
Thanks. Do you have any thoughts on my patch for the std::span assertions? > > > > These mem-initializers are in the wrong order (we had an existing > > constructor with the same problem, but I pushed a fix less than an > > hour ago). > > Which of course I c&p from. Are there some tests meant to be ran under > -Wreorder? We should be using -Wall for the whole testsuite ... but we're not, which is strange. I'll have to look into that.