We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08621ec commit 989a66eCopy full SHA for 989a66e
src/xmagics/execution.cpp
@@ -154,7 +154,7 @@ namespace xcpp
154
bool hadError = false;
155
156
bool compilation_result = true;
157
- compilation_result = Cpp::Process("#include <chrono>\n#include <iostream>\n");
+ compilation_result = Cpp::Process("#include <chrono>\n");
158
// Define the reusable timing function once
159
std::string timing_function = R"(
160
double get_elapsed_time_)"
0 commit comments