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]

Re: C++0x regex?



What's the current status of c++0x regex? I see headers, but I'm not seeing an implementation currently. Is that still open?

If it's not done, is boost regex code a viable starting place, or does
it need to be an implementation from scratch?

The regex library is still open. Boost may be a good place to start for a tested implementation but the licensing issues need to be addressed and some pretty heavy integration work needs to be done, not to mention all of the boost portability stuff that could be elided.


I have a growing testsuite I can also contribute some time soon.

--
Stephen M,. Webb



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