Hi folks - I have a little problem that I can't seem to find an answer to in the list archives. I have the following code: > #include <sstream> > > void testss() { > using namespace std; > stringstream test; > } This compiles fine in MSVC 6, but running it from root (".x tests.cpp") gives the following error: "Error: Symbol stringstreamtest is not defined in current scope FILE:C:\temp\testss.c LINE:4" Suggestions? Steve
This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:51:20 MET