Commit 9651e509 authored by Paul's avatar Paul
Browse files

FOrmat

parent f4789844
...@@ -200,7 +200,7 @@ struct compile_manager ...@@ -200,7 +200,7 @@ struct compile_manager
void update_configs() void update_configs()
{ {
if (not exhaustive) if(not exhaustive)
return; return;
par_compile(cps.size(), [&](auto i) { cps[i].update_config(); }); par_compile(cps.size(), [&](auto i) { cps[i].update_config(); });
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment