Boost logo

Boost Users :

From: Markus Schoepflin (markus.schoepflin_at_[hidden])
Date: 2001-10-02 11:43:39


--- In Boost-Users_at_y..., "Jim.Hyslop" <jim.hyslop_at_l...> wrote:
> 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
the name
> 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


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net