[PATCH] libstdc++: testsuite: work around bitset namespace pollution

Sebastian Huber sebastian.huber at embedded-brains.de
Fri Jun 24 09:56:49 UTC 2022


On 21.06.22 07:31, Alexandre Oliva via Gcc-patches wrote:
> rtems6 declares a global struct bitset in a header file included
> indirectly by sys/types.h, that ambiguates the unqualified references
> to bitset after "using namespace std" in the testsuite.
> 
> Work around the namespace pollution with using declarations of
> std::bitset.

I fixed the problem in Newlib. This patch should be no longer necessary.

-- 
embedded brains GmbH
Herr Sebastian HUBER
Dornierstr. 4
82178 Puchheim
Germany
email: sebastian.huber at embedded-brains.de
phone: +49-89-18 94 741 - 16
fax:   +49-89-18 94 741 - 08

Registergericht: Amtsgericht München
Registernummer: HRB 157899
Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler
Unsere Datenschutzerklärung finden Sie hier:
https://embedded-brains.de/datenschutzerklaerung/


More information about the devel mailing list