Chris Punches

Results 4 comments of Chris Punches

Particularly: ``` const std::string url = (crow::black_magic::const_str) route_specs.URL; const std::string method = (crow::black_magic::const_str) route_specs.method; ```

const char * is also incompatible with crow::black_magic::const_str

This problem appears to have always been there, but was exacerbated by the introduction of the use of logger: https://github.com/ranaroussi/yfinance/issues/1378

I completely forgot to follow up on this: After reading these responses to what is clarification on a well understood best practice in library behaviour in February, I abandoned this...