Re: [PATCH][_GLIBCXX_INLINE_VERSION] Fix std::random_device definition

2022-04-28 Thread Jonathan Wakely via Gcc-patches
On Thu, 28 Apr 2022 at 05:56, François Dumont via Libstdc++ wrote: > > Hi > > Still time for this fix for gcc 12 ? What needs fixing? std::random_device is already declared in the versioned namespace in : namespace std _GLIBCXX_VISIBILITY(default) { _GLIBCXX_BEGIN_NAMESPACE_VERSION ... /

[PATCH][_GLIBCXX_INLINE_VERSION] Fix std::random_device definition

2022-04-27 Thread François Dumont via Gcc-patches
Hi     Still time for this fix for gcc 12 ?     If so I'll make sure to run tests quickly, especially the abi.exp one to confirm that the cleanup in gnu-versioned-namespace.ver do not need to be replaced by the same in __8 namespace. libstdc++: [_GLIBCXX_INLINE_VERSION] Fix std::random_devic