Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CTA-LAPP
PHOENIX_LIBS
PhoenixGraph
Commits
5c57e348
Commit
5c57e348
authored
May 04, 2021
by
Pierre Aubert
Browse files
Fix compilation for clang
parent
0659d579
Pipeline
#118215
passed with stages
in 1 minute
Changes
1
Pipelines
6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/Tree/PNTreeLight_impl.h
src/Tree/PNTreeLight_impl.h
+1
-1
No files found.
src/Tree/PNTreeLight_impl.h
View file @
5c57e348
...
...
@@ -145,7 +145,7 @@ const U * PNTreeLight<T, U, N>::getCloserDataDist(T & distFromCloserData, T * po
* @return copied class
*/
template
<
typename
T
,
typename
U
,
unsigned
char
N
>
typename
PNTreeLight
<
T
,
U
,
N
>
::
PNTreeLight
&
PNTreeLight
<
T
,
U
,
N
>::
operator
=
(
const
PNTreeLight
<
T
,
U
,
N
>
&
other
){
PNTreeLight
<
T
,
U
,
N
>
&
PNTreeLight
<
T
,
U
,
N
>::
operator
=
(
const
PNTreeLight
<
T
,
U
,
N
>
&
other
){
copyPNTreeLight
(
other
);
return
*
this
;
}
...
...
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