Skip to content

LHCbMath/Functions.h: workaround ROOT bug that prevents streaming of std::unique_ptr<const T> and breaks Analysis/Ostap

Vanya Belyaev requested to merge vanya-lhcbmath-v0 into master

replace std::unique_ptr<const XXX> with std::unique_ptr<XXX> since
const qualifier prevents proper pickling/serialization (it breaks Analysis/Ostap)

@graven @erodrigu

Merge request reports