More details to make code MSVC-compatible
This commit is contained in:
parent
eaf5ea0111
commit
512d368dcf
3 changed files with 8 additions and 7 deletions
|
|
@ -132,8 +132,8 @@ int main(int argc, char* argv[])
|
|||
string foo;
|
||||
cin >> foo;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
catch(exception& e)
|
||||
{
|
||||
cout << e.what() << endl;
|
||||
|
|
|
|||
Reference in a new issue