On 2/5/2019 7:59 AM, Jeremie Courreges-Anglas wrote:
Already fixed upstream:
https://github.com/boostorg/asio/commit/43874d5497414c67655d901e48c939ef01337edb
I was looking at newer versions which included the precursor commit to
the above
https://github.com/boostorg/asio/commit/b5b17a67f0aa29f5156324d5e8a73dd8669a5a51
But still running into build issues with this code. I hadn't noticed the
commit above, which was rolled
into the .69 release, but I'm running into a different build issue
(python related).
Backporting this commit and the ones it is based upon doesn't look
trivial.
Yesterday I wrote this diff, which still needs to be tested with
ports-gcc+libstdc++ and ports-clang+libstdc++. The idea is simply to
use <string_view> whenever possible.
Reviews/oks welcome.
OK.