Engine icon indicating copy to clipboard operation
Engine copied to clipboard

QuantLib supports std::shared_ptr<>, but ORE fails to build due to boost::log

Open DmitriGoloubentsev opened this issue 8 months ago • 0 comments

Trying to build with -DQL_USE_STD_SHARED_PTR=1 option. It's supported by QL, but ORE fails to build.

I hope ORE can also move to std::shared_ptr<>. Atm it's not compiling due to boost logging framework requires to take boost::shared_ptr<>.

DmitriGoloubentsev avatar Jun 07 '24 17:06 DmitriGoloubentsev