This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: gcc 3.2 and stl
- From: bjorn rohde jensen <bjensen at fastmail dot fm>
- To: bernhard_rueckerl at freenet dot de
- Cc: gcc-help at gcc dot gnu dot org
- Date: Mon, 04 Nov 2002 20:00:51 +0100
- Subject: Re: gcc 3.2 and stl
- References: <3DC6C156.7090508@freenet.de>
- Reply-to: bjensen at fastmail dot fm
Hi Bernhard,
STL resides in the std namespace, so you have to
use std::vector or put a using namespace std; etc
in before using STL.
Yours sincerely,
Bjorn