Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
dynamic-graph
Commits
9e9de957
Commit
9e9de957
authored
Jun 18, 2019
by
Olivier Stasse
Browse files
Fix following Address Sanitizer
parent
23f858ac
Pipeline
#10175
passed with stage
in 3 minutes and 44 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
include/dynamic-graph/signal-ptr.h
View file @
9e9de957
...
...
@@ -129,8 +129,9 @@ namespace dynamicgraph
std
::
string
next2
=
""
)
const
;
protected:
// Interdiction of the rest of the heritage
using
Signal
<
T
,
Time
>::
addDependency
;
virtual
void
addDependency
()
{}
using
Signal
<
T
,
Time
>::
removeDependency
;
virtual
void
removeDependency
()
{}
virtual
void
clearDependencies
()
{}
...
...
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