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
...
/
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