【问题标题】:Is STLPort's string implementation using reference counting?STLPort 的字符串实现是使用引用计数吗? 【发布时间】:2011-08-28 02:52:47 【问题描述】: STLPort 是否通过引用计数机制实现字符串? 【问题讨论】: @FredO:例如,因为 CoW 实现在没有过度性能下降的情况下就不是线程安全的? 标签: c++ string stl reference-counting stlport 【解决方案1】: According to the source, no. 【讨论】: