Y
Hacker News
new
|
ask
|
show
|
jobs
by
heavenlyblue
2467 days ago
Technically copy-on-write is an implementation detail.
It may or may not be implemented this way.
1 comments
slavik81
2467 days ago
I mean that CoW classes like Qt's QStringList do the same data sharing without being immutable.
link
slavik81
2466 days ago
Admittedly, it's pretty easy to accidentally make unnecessary non-const accesses in modern C++. An immutable API would certainly avoid a lot of qAsConst casts.
link