Re: STL in G++?

2007-06-11 Thread Joe Buck
On Mon, Jun 11, 2007 at 06:06:14PM -0400, Dean Anderson wrote: > This may be a stupid question, but I didn't find anything by googling > gcc, g++, STL. So: Please use gcc-help, so that someone can help you with your installation problem. All g++'s from 3.0 on ship with a standard library that ha

STL in G++?

2007-06-11 Thread Dean Anderson
This may be a stupid question, but I didn't find anything by googling gcc, g++, STL. So: There are no STL header files in some versions of g++: The program works on some g++'s, but not on others: #include #include #include using namespace std; template class PrintGt5: public unary_func