You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using:
Microsoft Visual Studio Community 2019
Version 16.6.3
string_integer_interconversion tests throw an unhandled exception when the test framework tries to send a "0" "+0" "-0" "0" to the user coded functions.
Test UNHANDLED EXCEPTION ( 202/15002) class std::invalid_argument
Arguments
x: 0
s: "0"
Failure info
exception message: invalid stoi argument
The text was updated successfully, but these errors were encountered:
Using:
Microsoft Visual Studio Community 2019
Version 16.6.3
string_integer_interconversion tests throw an unhandled exception when the test framework tries to send a "0" "+0" "-0" "0" to the user coded functions.
Test UNHANDLED EXCEPTION ( 202/15002) class std::invalid_argument
Arguments
x: 0
s: "0"
Failure info
exception message: invalid stoi argument
The text was updated successfully, but these errors were encountered: