17 Apr
2014
17 Apr
'14
8:08 a.m.
On my (sadly, lengthy) to-do list is a version of split that returns a vector of string_ref.
I was toying around with this a while ago and iirc the only thing needed to make boost::split work with std::vectorboost::string_ref was adding a (char*, char*) constructor to string_ref.