2

Is STLPort implemented string via reference counting mechanism?

Davit Siradeghyan
  • 6,053
  • 6
  • 24
  • 29
  • @FredO: Because CoW implementations aren't thread safe without excessive performance drops, for example? – Puppy May 18 '11 at 14:55

1 Answers1

5

According to the source, no.

Konrad Rudolph
  • 530,221
  • 131
  • 937
  • 1,214