You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix unexpected exception when downloading reference peak CSV.
a std::function was being converted to a boost::function, which when the std::function was nullptr, is was creating a boost::function that tested non-empty.
0 commit comments