• Luboš Luňák's avatar
    support for fast O(U)String concatenation using operator+ · d87f5d30
    Luboš Luňák yazdı
    Operator+ now, instead of requiring O(U)String operands and returning
    another O(U)String object, keeps a track of the whole concatenation
    operation using temporary O(U)StringConcat objects and performs
    the whole operation only at the very end.
    
    Change-Id: I94b3348300a137498514d26e96459c1698328520
    d87f5d30
CppunitTest_sal_rtl_strings.mk 2.06 KB