
19 May
2013
19 May
'13
5:45 a.m.
On 17 May 2013 19:39, Nicola Bizzoca
boost::string_ref should offer overloads for string and const char* so it can be possible write code like boost::string_ref("boost") == "boost" && boost::string_ref("c++") == std::string("c++")
Thanks for the suggestion. It looks like this is coming in the next release. There will be a beta release in early June if you want to try that. Daniel