2 Oct
2001
2 Oct
'01
4:43 p.m.
Try adding "using ::ctype;" into the list of using declarations. This may not work, though; I don't know if a using declaration can nominate
--- In Boost-Users@y..., "Jim.Hyslop"
of a template.
No luck, still doesn't work. The problem seems to a bug in MSVCs namespace handling. If I import ctype et. al. into the global namespace and throw away the std qualifiers in the regex library for these names it does compile. I wonder why all this still worked in 1.21.1... the code doesn't look that much different. Markus