package An official xmake package repository https://xrepo.xmake.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 lines
314 B

diff --git a/src/Utils.cc b/src/Utils.cc
index bd970432..a3829247 100644
--- a/src/Utils.cc
+++ b/src/Utils.cc
@@ -801,6 +801,7 @@ std::pair<K*, V*> radix_sort_parallel(
std::swap(input_keys, output_keys);
std::swap(input_values, output_values);
#pragma omp barrier
+{}
}
}
#ifdef _MSC_VER