|
|
|
|
|
by tialaramex
1465 days ago
|
|
> the ancient past before the STL was fully standardized Specifically the "ancient past" here is prior to C++ 11 when C++ decided now it wanted to actually define how its string type works because C++ 98 and C++ 03 strings are both even more dangerous than most things are in C++ and had to be put out of their misery. |
|
... how so ? they were just CoW which is actually I think the better choice most of the time... now there are copies all over the place