Skip to content

Commit

Permalink
win32
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jun 12, 2024
1 parent bec9d3f commit 27df9a0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions ContextFree/ContextFreeLoad.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -197,15 +197,6 @@ class OssiaSystem : public AbstractSystem

return f;
}
else if constexpr(std::is_constructible_v<
std::wofstream, FileString, decltype(std::ios::binary)>)
{
auto f = std::make_unique<std::wofstream>(
bcopy, std::ios::binary | std::ios::trunc | std::ios::out);
nameOut.assign(bcopy);

return f;
}
else
{
auto bstr = wide_string_to_string(bcopy);
Expand Down

0 comments on commit 27df9a0

Please sign in to comment.