
11 Aug
2012
11 Aug
'12
8:32 p.m.
On Sat, Aug 11, 2012 at 7:07 PM, Chris Stankevitz <chrisstankevitz@gmail.com> wrote:
I'll post here if I find out something interesting about boost and helgrind.
The following program triggers what must be false positives from helgrind: //=== #include <boost/thread.hpp> void f() { } int main() { boost::thread Thread(f); Thread.join(); return 0; } //=== The errors are attached. Chris