RFC: basic regex implementation

Stephen M. Webb stephen.webb@bregmasoft.ca
Wed Jun 9 21:21:00 GMT 2010


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smw.cl
Type: application/octet-stream
Size: 4710 bytes
Desc: ChangeLog
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20100609/462efa9e/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smw.diff.bz2
Type: application/x-bzip
Size: 26182 bytes
Desc: compressed patch
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20100609/462efa9e/attachment.bin>


More information about the Libstdc++ mailing list