[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

string???



Hi,

the problem:

	try
	{
	  vector <string> test;
	  test[0]= "...";
	}
	catch (...)
	{
	  cerr << "EXCEPTION: catched at: " << __FILE__ << ": " << __LINE__ <<
endl;
	  cerr << "EXCEPTION: error while testing" << endl;
	  cerr << "EXCEPTION: programme terminated" << endl;
	  return -1;
	}

The library ´bstring´ throws an exception when doing ´test[0]= "..."´.

1.	it shouldn´t throw an exception
2.	the exception isn´t catched

Has anybody an idea?

bye

Felix Kollmann, DG5PT

Future Interactive 

email: fkollmann@gmx.net
http://www.futureint.com