chore(util): fix style
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
bc8379256a
commit
1fd447b451
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ static void tst6() {
|
||||||
std::vector<thread> threads;
|
std::vector<thread> threads;
|
||||||
const unsigned STEP = 1000;
|
const unsigned STEP = 1000;
|
||||||
for (unsigned i = 0; i < N; i++) {
|
for (unsigned i = 0; i < N; i++) {
|
||||||
threads.push_back(thread([i,&trees]() {
|
threads.push_back(thread([i, &trees]() {
|
||||||
int_rb_tree t2 = trees[i];
|
int_rb_tree t2 = trees[i];
|
||||||
for (unsigned j = 0; j < SZ; j += STEP) {
|
for (unsigned j = 0; j < SZ; j += STEP) {
|
||||||
t2.contains(j+i);
|
t2.contains(j+i);
|
||||||
|
|
Loading…
Reference in a new issue