We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55ccbd4 commit a0f318aCopy full SHA for a0f318a
tree/dataframe/test/dataframe_nodes.cxx
@@ -81,7 +81,7 @@ TEST(RDataFrameNodes, RSlotStackUnique)
81
remove(slot.fSlot, threadId);
82
};
83
84
- auto runThreads = [&slotTask, &N]() {
+ auto runThreads = [=, &slotTask]() {
85
std::vector<std::thread> ts;
86
for (unsigned int i = 0; i < 2 * N; ++i) {
87
ts.emplace_back(slotTask, i);
0 commit comments