mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-27 21:58:30 +01:00
updated for latest string_adaptor - not sure how this was missed before
This commit is contained in:
parent
e7fdb6e546
commit
167f36ec74
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ private:
|
|||
static const stringT SCHEME_MARKER = string_adaptorT::construct_from_utf8("://");
|
||||
static const valueT FORWARD_SLASH = string_adaptorT::convert_from_utf8(Arabica::Unicode<char>::SLASH);
|
||||
|
||||
if(location.find(SCHEME_MARKER) != stringT::npos())
|
||||
if(location.find(SCHEME_MARKER) != string_adaptorT::npos())
|
||||
return location;
|
||||
|
||||
std::ostringstream ss;
|
||||
|
|
Loading…
Reference in a new issue