12 Aug
2012
12 Aug
'12
2:07 a.m.
On Sat, Aug 11, 2012 at 6:50 PM, Chris Stankevitz
Valgrind's tool "helgrind" is reporting false positives on my implentation of a semaphore due to my use of condition_variables.
This is not true. The "positives" that helgrind are reporting are not from boost condition variables. I'll post here if I find out something interesting about boost and helgrind. Chris