mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Switch plFormat's accumulator to a plStringStream for better performance
This commit is contained in:
@ -86,5 +86,5 @@ plString plUUID::AsString() const
|
||||
|
||||
PL_FORMAT_IMPL(const plUUID &)
|
||||
{
|
||||
return PL_FORMAT_FORWARD(format, value.AsString());
|
||||
PL_FORMAT_FORWARD(value.AsString());
|
||||
}
|
||||
|
Reference in New Issue
Block a user