11 Oct
2005
11 Oct
'05
7:48 p.m.
Is the prescribed method for the parameter library thread safe? // appears to modify global variables "graph", etc core::depth_first_search(( graph = 'G', visitor = 2, root_vertex = 3.5, index_map = "hello, world", color_map = false)); Thanks
11 Oct
11 Oct
8:22 p.m.
"Sohail Somani"
Is the prescribed method for the parameter library thread safe?
// appears to modify global variables "graph", etc core::depth_first_search(( graph = 'G', visitor = 2, root_vertex = 3.5, index_map = "hello, world", color_map = false));
Don't worry; it's perfectly thread safe. No global variables are being modified. -- Dave Abrahams Boost Consulting www.boost-consulting.com
6974
Age (days ago)
6974
Last active (days ago)
1 comments
2 participants
participants (2)
-
David Abrahams
-
Sohail Somani