Skip to content
  • Tim Jenssen's avatar
    Utils: Changeable SmallString stack size · b31c3e0d
    Tim Jenssen authored
    
    
    The size of the small string optimization was hard coded. For some use
    cases you want a bigger or smaller size. It is now configurable by a
    template parameter. For that we changed the name to BasicSmallString and
    added an alias of BasicSmallString<31> to SmallString.
    
    Change-Id: I844b4420d260290307a6018bb6cc4cf3ba7bd449
    Reviewed-by: default avatarTim Jenssen <tim.jenssen@qt.io>
    b31c3e0d