Re: [PATCH][_GLIBCXX_INLINE_VERSION] Fix std::span pretty printer

2022-05-26 Thread Jonathan Wakely via Gcc-patches
On Thu, 26 May 2022 at 00:38, Jonathan Wakely wrote: > > On Thu, 26 May 2022 at 00:34, Jonathan Wakely wrote: > > > > On Wed, 25 May 2022 at 21:29, François Dumont via Libstdc++ > > wrote: > > > > > > Hi > > > > > > Here is a patch to fix std::span pretty printer in versioned > > > namespac

Re: [PATCH][_GLIBCXX_INLINE_VERSION] Fix std::span pretty printer

2022-05-25 Thread Jonathan Wakely via Gcc-patches
On Thu, 26 May 2022 at 00:34, Jonathan Wakely wrote: > > On Wed, 25 May 2022 at 21:29, François Dumont via Libstdc++ > wrote: > > > > Hi > > > > Here is a patch to fix std::span pretty printer in versioned > > namespace mode. > > > > Note that there is still a problem with std::atomic a

Re: [PATCH][_GLIBCXX_INLINE_VERSION] Fix std::span pretty printer

2022-05-25 Thread Jonathan Wakely via Gcc-patches
On Wed, 25 May 2022 at 21:29, François Dumont via Libstdc++ wrote: > > Hi > > Here is a patch to fix std::span pretty printer in versioned > namespace mode. > > Note that there is still a problem with std::atomic after this patch. > > got: $13 = std::atomic> (empty) = {get() = 0x0} > FAI