
20 Nov
2008
20 Nov
'08
9:42 p.m.
The following is for boost 1.36.0:
Memory read at "function_template.hpp":770 conflicts with a prior memory write at "function_template.hpp":414 (flow dependence)
Memory read at "function_template.hpp":288 conflicts with a prior memory write at "function_template.hpp":414 (flow dependence)
Memory read at "function_template.hpp":289 conflicts with a prior memory write at "function_template.hpp":414 (flow dependence)
I really don't understand the internals of boost::function, so I have no idea whether this is a legitimate error, or if intel's thread checker is confused...
a) this is a problem b) it is fixed in 1.37
Thanks. The errors went away in 1.37...