Skip to content

Commit

Permalink
Merge pull request #189 from emankov/master
Browse files Browse the repository at this point in the history
[HIPIFY] Fix Linux build
  • Loading branch information
emankov authored Sep 21, 2020
2 parents 26612a6 + 1e1254c commit 1b55710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CUDA2HIP_Doc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ namespace doc {
return false;
}
files.insert({ format, file });
tmpFiles.insert({ format, string(tmpFile) });
tmpFiles.insert({ format, tmpFile.str().str() });
streams.insert(make_pair(format, unique_ptr<ostream>(new ofstream(tmpFile.c_str(), ios_base::trunc))));
return true;
}
Expand Down

0 comments on commit 1b55710

Please sign in to comment.