This commit is contained in:
Siarhei Fedartsou
2024-11-03 12:18:57 +01:00
parent 668dafc242
commit bd3d409f03
3 changed files with 50 additions and 47 deletions
+3
View File
@@ -99,7 +99,10 @@ int main(int argc, char **argv)
return EXIT_FAILURE;
}
std::cerr << "before: " << argv[1] << std::endl;
const auto obj = load(argv[1]);
std::cerr << "after: " << argv[1] << std::endl;
TIMER_START(string);
std::string out_str;