X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstrings%2Fregex.h;h=5b809ab3c363415382a66bbbcf855140a47c5329;hb=00e36d6bf092b98dfa413578d9af58d61cedbc13;hp=70f9ebb7f592a4e161c9b5df45430a676e738466;hpb=b56eb5ec1da675da0c66abc53c1e4f6c4e4cccbd;p=libs%2Fcore.git diff --git a/source/strings/regex.h b/source/strings/regex.h index 70f9ebb..5b809ab 100644 --- a/source/strings/regex.h +++ b/source/strings/regex.h @@ -1,9 +1,3 @@ -/* $Id$ - -This file is part of libmspstrings -Copyright © 2007 Mikko Rasa -Distributed under the LGPL -*/ #ifndef MSP_STRINGS_REGEX_H_ #define MSP_STRINGS_REGEX_H_ @@ -67,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;