Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gauthier Quesnel
irritator
Commits
e5935662
Commit
e5935662
authored
Aug 27, 2020
by
Gauthier Quesnel
Browse files
core: fix integer type
parent
019d69ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/include/irritator/core.hpp
View file @
e5935662
...
...
@@ -5740,8 +5740,8 @@ struct simulation
template
<
typename
Function
>
constexpr
status
for_all
(
Function
f
)
noexcept
{
int
i
=
0
;
constexpr
int
e
=
dynamics_type_size
();
sz
i
=
0
;
constexpr
sz
e
=
dynamics_type_size
();
for
(;
i
!=
e
;
++
i
)
if
(
auto
ret
=
dispatch
(
static_cast
<
dynamics_type
>
(
i
),
f
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment