Skip to content
Snippets Groups Projects
Commit 9ca87e7e authored by Timo Koch's avatar Timo Koch
Browse files

[couplingmanager] Use raw pointer to sub-problems

The pointer were previously managed by weak_ptr. As it turns out,
the interface obtaining the sub-problems is called very often in typical applications,
and can impact runtime. We therefore make it more efficient by using raw pointers
and refrain from using exception handling. In the case that the sub-problem pointers are not set,
an assert will be triggered in debug mode.
parent a0a17861
No related branches found
No related tags found
1 merge request!2872[couplingmanager] Use raw pointer to sub-problems
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment