Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information