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
In "02-structured/test/runtest.cpp" I think that line 8: string expected string expected {"2 + 2 = 4\n3 * 3 = 9\n"}; should be string expected ("2 + 2 = 4\n3 * 3 = 9\n");
The original produces a compilation error, expecting a ';' after "expected" (using c++ on MacOS).
The text was updated successfully, but these errors were encountered:
gpollice
changed the title
Replace braces with parentheses in chapter08 runtext.cpp
Replace braces with parentheses in chapter08/02-structured/test/runtext.cpp
Apr 9, 2022
In "02-structured/test/runtest.cpp" I think that line 8: string expected
string expected {"2 + 2 = 4\n3 * 3 = 9\n"};
should bestring expected ("2 + 2 = 4\n3 * 3 = 9\n");
The original produces a compilation error, expecting a ';' after "expected" (using c++ on MacOS).
The text was updated successfully, but these errors were encountered: