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 e64d4bd commit 040d85fCopy full SHA for 040d85f
src/aotcompile.cpp
@@ -1461,7 +1461,7 @@ class AOTOutput {
1461
{
1462
open();
1463
if (state == OPEN)
1464
- return std::make_unique<raw_fd_stream>(fd, false);
+ return std::make_unique<raw_fd_ostream>(fd, false);
1465
else
1466
return std::make_unique<raw_svector_ostream>(buf);
1467
}
0 commit comments