X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fstrings%2Fregex.h;h=5b809ab3c363415382a66bbbcf855140a47c5329;hp=8226c44ae057c2b17bb63adf8198c1686015525b;hb=00e36d6bf092b98dfa413578d9af58d61cedbc13;hpb=e378c8f46af4cbc00e4c8b44ea2839b5ac6726ec diff --git a/source/strings/regex.h b/source/strings/regex.h index 8226c44..5b809ab 100644 --- a/source/strings/regex.h +++ b/source/strings/regex.h @@ -61,7 +61,7 @@ The MATCH_ANY instruction consumes the input character and always succeeds. class Regex { private: - typedef std::string Code; + typedef std::basic_string Code; typedef unsigned short Count; typedef short Offset; typedef unsigned short Index;