
20 Aug
2013
20 Aug
'13
7:40 p.m.
On 20 August 2013 14:06, adrien courdavault <adrien.courdavault@gmail.com>wrote:
You mean lock free? Because if I understood well the updated containers with c++11 standard will be thread safe because of the definition of const.
No, they won't. The are "safe" in the sense that you can call non-modifying functions in different threads without synchronization as long as no one is calling a modifying function, but that really isn't the guarantee people are looking for when they want a "thread-safe" data structure. -- Nevin ":-)" Liber <mailto:nevin@eviloverlord.com> (847) 691-1404