No Subject
Horst von Brand
vonbrand@sleipnir.valparaiso.cl
Wed Dec 9 01:18:00 GMT 1998
D Maley <d.maley@stmarys-belfast.ac.uk> said:
> #include <vector.h>
>
> namespace xyz {
>
> template <class T, class Alloc = alloc>
> class vector : public std::vector<T, Alloc> {
> class empty {};
> public:
>
> };
> } // namespace xyz
>
> void main()
> {
> using namespace xyz;
> using xyz::vector;
> vector<float> vv;
> }
> [Gets ICE 42]
Same with 1.1.1, 19981206 snapshot has this fixed.
Thanks for the report!
--
Horst von Brand vonbrand@sleipnir.valparaiso.cl
Casilla 9G, Viña del Mar, Chile +56 32 672616
More information about the Gcc-bugs
mailing list