On 11-11-2017 13:38, Willem Jan Withagen wrote:
On 04/11/2017 18:40, Willem Jan Withagen wrote:
On 3-11-2017 22:24, Casey Bodley wrote:
Hi Willem, (and cc list)
I think this one is related to your boost version. In my builds, I
see that boost::beast::string_ref is typedef'd to boost::string_ref
and this builds. Your output implies that it's typedef'ed to
boost::string_view.
https://github.com/boostorg/beast/commit/64ff766b2304c751e1a46d2b7ca948cd274c5739
added some preprocessor stuff that switches from one to the other
based on whether BOOST_VERSION >= 106400. You might try defining
BEAST_NO_BOOST_STRING_VIEW to work around that for now.
That did not do it.
So we might need to change some of the functions-sigs and conversion
is possible.
Casey,
Any chance you have a fix for Clang for this?
Thanx for fixing this.
--WjW
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html