Skip to content
  • Michal 'vorner' Vaner's avatar
    [2433] Avoid copy of the callbacks · 7bea86f9
    Michal 'vorner' Vaner authored
    When passing an argument to boost::bind by value, it was copied
    (obviously, since it allowed removal of const). Add the const and use a
    pointer to avoid the copy of possibly large object.
    7bea86f9