Skip to content
Snippets Groups Projects
Commit 26d85ba6 authored by Vasileios Karakasis's avatar Vasileios Karakasis
Browse files

Fix for warnings with latest intel compiler.

Also updates modparser to point to the latest master.
parent 8d6165d7
No related branches found
No related tags found
No related merge requests found
Subproject commit ad8d926fd4a3e92cdcfb7b77c527550f859496d2
Subproject commit a3aa02b2888a23aa9dbd2244ef3709dd01fc6c31
......@@ -140,7 +140,7 @@ struct range {
return is_forward_iterator<U>::value && left != right && std::next(left) != right;
}
static const bool is_splittable_in_proportion() {
static constexpr bool is_splittable_in_proportion() {
return is_forward_iterator<U>::value;
}
#endif
......
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