]> git.saurik.com Git - wxWidgets.git/commit
removed Matches(const wxChar *, int=0) overload: it creates ambiguity with Matches...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 22 Mar 2007 15:20:50 +0000 (15:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 22 Mar 2007 15:20:50 +0000 (15:20 +0000)
commit6346588525573c2b00f792bd153620b4ae4d40ab
tree860efd87e96e35ec7033dd2441b7961905c0edd5
parent191abe25add79f839146fee54bd6d7f0cce35ec9
removed Matches(const wxChar *, int=0) overload: it creates ambiguity with Matches(const wxString&, int=0) one when re.Matches(s.c_str()) is called now that c_str() returns wxCStrData which can be converted to both const wxChar * and wxString

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45015 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/regex.h
src/common/regex.cpp