This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[v3] <regex> implementation foundation, version 3


<regex> take 3.  The following have changed since version 2, at Paolo's 
request.

o  Some static const data members have been converted to enums where
   appropriate.
o  Definitions have been added for other static const data members.
o  Smaller member functions have been moved inline into the class
   definitions (a few placeholders have been left as out of line because
   their implementation is expected to be nontrivial and I am leery of
   pointless code churn).
o  Three more (xfailed) testcases.  More is better.

-- 
Stephen M. Webb
stephen.webb@bregmasoft.ca

Attachment: regex.cl
Description: ChangeLog

Attachment: regex.diff.bz2
Description: patch


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]