More details to make code MSVC-compatible

This commit is contained in:
evomarc 2001-12-03 11:08:17 +00:00
commit 512d368dcf
3 changed files with 8 additions and 7 deletions

View file

@ -132,8 +132,8 @@ int main(int argc, char* argv[])
string foo;
cin >> foo;
}
}
#endif
}
catch(exception& e)
{
cout << e.what() << endl;