Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arbor
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
arbor-sim
arbor
Commits
26d85ba6
Commit
26d85ba6
authored
8 years ago
by
Vasileios Karakasis
Browse files
Options
Downloads
Patches
Plain Diff
Fix for warnings with latest intel compiler.
Also updates modparser to point to the latest master.
parent
8d6165d7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
external/modparser
+1
-1
1 addition, 1 deletion
external/modparser
src/util/range.hpp
+1
-1
1 addition, 1 deletion
src/util/range.hpp
with
2 additions
and
2 deletions
modparser
@
a3aa02b2
Compare
ad8d926f
...
a3aa02b2
Subproject commit a
d8d926fd4a3e92cdcfb7b77c527550f859496d2
Subproject commit a
3aa02b2888a23aa9dbd2244ef3709dd01fc6c31
This diff is collapsed.
Click to expand it.
src/util/range.hpp
+
1
−
1
View file @
26d85ba6
...
...
@@ -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
const
expr
bool
is_splittable_in_proportion
()
{
return
is_forward_iterator
<
U
>::
value
;
}
#endif
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment