OSDN Git Service

fix.
authorvisor <visor@users.sourceforge.jp>
Thu, 19 Mar 2015 14:07:17 +0000 (23:07 +0900)
committervisor <visor@users.sourceforge.jp>
Thu, 19 Mar 2015 14:07:17 +0000 (23:07 +0900)
lib/util_regex.h

index 31a747e..0c11c98 100644 (file)
@@ -14,4 +14,5 @@ inline bool  usearch (const ustring& s, umatch& m, const uregex& re, boost::matc
     return regex_search (s.begin (), s.end (), m, re, flags);
 }
 
+
 #endif /* UTIL_REGEXP_H */