We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 945cb26 commit 5cc079cCopy full SHA for 5cc079c
1 file changed
hist/histv7/test/hist_test.hxx
@@ -48,7 +48,7 @@ using ROOT::Experimental::Internal::RSliceBinIndexMapper;
48
template <typename Work>
49
void StressInParallel(std::size_t nThreads, Work &&w)
50
{
51
- std::atomic<bool> flag;
+ std::atomic<bool> flag = false;
52
53
std::vector<std::thread> threads;
54
for (std::size_t i = 0; i < nThreads; i++) {
0 commit comments