(no subject)

From: kamps (kamps@fsw.leidenuniv.nl)
Date: Mon Apr 09 2001 - 12:40:04 MEST


Hi,
the following generates an error message in line 2523 of file bstring.h.
What's the best way to do this ?
Best Regards,
	Marc
----------------------------------------------------------------------------
-------------
#include <iostream>
#include <string>

using std::cout;
using std::string;
using std::cin;
using std::endl;

void Test()
{
	cout << "Test" << endl;

	string str_dummy;
	cin >> str_dummy;
}



This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:50:41 MET