This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

RFC: basic regex implementation


This is a first pass for a C++0x regex implementation. Very basic functionality only (BREs only, no backrefs, no character classes), not production code yet, still not caught up to n3090. Looking for feedback before I put more effort in.

I have removed TR1 support: what's there is there.

--
Stephen M. Webb

Attachment: smw.cl
Description: ChangeLog

Attachment: smw.diff.bz2
Description: compressed patch


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