Skip to content
Snippets Groups Projects
  1. Oct 22, 2021
  2. Oct 21, 2021
  3. Oct 20, 2021
  4. Oct 19, 2021
  5. Oct 18, 2021
  6. Oct 17, 2021
    • Timo Koch's avatar
      [couplingmanager] Use raw pointer to sub-problems · 9ca87e7e
      Timo Koch authored
      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.
      9ca87e7e
Loading