7 May
2013
7 May
'13
5:14 p.m.
Jonathan Wakely wrote:
Right, that's why GCC's std::string and std::shared_ptr (and tr1::shared_ptr) use a mutex when compiled for i386. You really don't want that if you're running on 486 or better, and *everyone* is running on better.
boost::shared_ptr silently assumes 486 when compiled for i386.