Re: Compilation problem when upgrading from g++ 3.3 to g++ 3.4
From: Ron Natalie (ron_at_sensor.com)
Date: 11/16/04
- Next message: Lionel B: "Re: Post Message"
- Previous message: Despin: "Post Message"
- In reply to: John Harrison: "Re: Compilation problem when upgrading from g++ 3.3 to g++ 3.4"
- Next in thread: Michiel Salters: "Re: Compilation problem when upgrading from g++ 3.3 to g++ 3.4"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 16 Nov 2004 06:45:39 -0500
John Harrison wrote:
> Arrays cannot be members of STL containers because they are not copyable or
> assignable. No idea why g++ 3.3 allowed it in the first place.
>
>
G++ has an extension to give copy semantics to arrays. The later versions
of G++ (I assumed that this happened before 3.3 though) turn the extensions
off by default.
- Next message: Lionel B: "Re: Post Message"
- Previous message: Despin: "Post Message"
- In reply to: John Harrison: "Re: Compilation problem when upgrading from g++ 3.3 to g++ 3.4"
- Next in thread: Michiel Salters: "Re: Compilation problem when upgrading from g++ 3.3 to g++ 3.4"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|