2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 17:47:43 +00:00

forced c++11 abi on

This commit is contained in:
Jack Andersen
2015-07-11 20:07:39 -10:00
parent 4596b34f67
commit 1d3b94f9ff
6 changed files with 6 additions and 9 deletions

View File

@@ -77,10 +77,7 @@ private:
++it;
}
if (counter == WRAP_INDENT)
{
string.insert(it, WRAP_INDENT, _S(' '));
it += WRAP_INDENT;
}
it = string.insert(it, WRAP_INDENT, _S(' ')) + WRAP_INDENT;
if (it >= string.end())
return;
if (*it != _S('\n'))