valgrind の DRD ツールが「サイズ 4 でのスレッドによる負荷の競合」と不平を言うのはなぜですか: そのようなコードについて:
void SomeFunction(const int& value)
{
boost::bind(..., value); /* <-- complaines on this line
with last backtrace function "new(int)" */
}
boost::bind() は参照または値によって値を保存しますか?