Skip to content
Snippets Groups Projects
Commit d457d084 authored by Ben Cumming's avatar Ben Cumming Committed by GitHub
Browse files

Merge pull request #97 from vkarak/fix/icpc-warnings

Fix for warnings with latest intel compiler.
parents ba6a8efa 26d85ba6
No related branches found
No related tags 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