Skip to content
  • Marco Bubke's avatar
    Utils: Remove operator[] · fc4af46b
    Marco Bubke authored
    
    
    Because the operator is always accessing data which has a branch is can be
    much slower than iterators. SmallString is optimized for performance so
    it would be quite misleading to have a non performing access operator.
    
    Change-Id: Id882c3c12508afa393ce0766bbb680690a193c95
    Reviewed-by: default avatarTobias Hunger <tobias.hunger@theqtcompany.com>
    fc4af46b