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:
@@ -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'))
|
||||
|
||||
Reference in New Issue
Block a user