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 4e9ffc5 commit 5e377d0Copy full SHA for 5e377d0
benchmarks/benchmark_header.h
@@ -27,7 +27,6 @@ bool file_exists(const char* filename) {
27
if (std::filesystem::exists(filename)) {
28
return true;
29
} else {
30
- std::cout << " file missing: " << filename << std::endl;
31
return false;
32
}
33
0 commit comments