]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/regex.h
removed __throws_bad_alloc import, this apparently breaks CW8.3 compilation and...
[wxWidgets.git] / include / wx / regex.h
index f32e2b83d913c86481949e6dc0f28f472b3f8bd6..bda45030d2de42535241c6aa91356831fc8c8c4c 100644 (file)
@@ -94,7 +94,7 @@ public:
     // true if matches and false otherwise
     //
     // flags may be combination of wxRE_NOTBOL and wxRE_NOTEOL
-    // len may be the length of text (ignored except by built-in regex lib)
+    // len may be the length of text (ignored by most system regex libs)
     //
     // may only be called after successful call to Compile()
     bool Matches(const wxChar *text, int flags = 0) const;