Engine
Engine copied to clipboard
QuantLib supports std::shared_ptr<>, but ORE fails to build due to boost::log
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<>.