Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
pylene
Commits
d4dd2160
Commit
d4dd2160
authored
May 19, 2021
by
Baptiste Esteban
Browse files
Make Pylene gcc11 compiled
parent
0fad4e77
Pipeline
#28039
passed with stages
in 19 minutes and 34 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pylene/include/mln/core/image/view/extend_by_projection.hpp
View file @
d4dd2160
...
...
@@ -51,7 +51,7 @@ namespace mln
};
public:
extend_by_projection_view_base
<
I
,
Proj
>
(
I
ima
,
Proj
proj
)
extend_by_projection_view_base
(
I
ima
,
Proj
proj
)
:
base_t
{
std
::
move
(
ima
)}
,
m_proj
{
std
::
move
(
proj
)}
{
...
...
pylene/include/mln/morpho/private/directional_hqueue.hpp
View file @
d4dd2160
...
...
@@ -79,8 +79,7 @@ namespace mln::morpho::details
}
template
<
typename
P
,
typename
N
,
typename
K
>
std
::
tuple
<
P
,
P
,
int
>
directional_hqueue
<
P
,
N
,
K
>::
pop
()
noexcept
std
::
tuple
<
P
,
P
,
int
>
directional_hqueue
<
P
,
N
,
K
>::
pop
()
noexcept
{
assert
(
m_size
>
0
);
const
auto
p
=
m_queues
[
m_current_dir
]
->
pop_front
(
m_current_level
);
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment