
26 Apr
2005
26 Apr
'05
6:35 p.m.
John Maddock wrote:
1. what parts of boost.regex are available in V3? I just found (to my embarassment during discussion with my boss) that regex_replace is not available in V3.
regex_replace, and the regex iterators. Maybe other things, you'd have to consult the V3 docs to be sure.
thank you. Could this be placed somewhere in documentation?
2. what compilers are known to not work with V4, or (more precisely) : is there any reason to force MSVC6 into V3?
No, none. Actually as it turns out no compilers that I'm aware of fail with V4.
that's good news :). Thanks again B.