Boost logo

Boost Users :

From: Joaquín Mª López Muñoz (joaquin_at_[hidden])
Date: 2006-04-25 10:16:32


James Hughes ha escrito:

> Hello all,
>
> I am a bit stumped by a compile fault..
>
> This is a fragment of the code

[...]

> for (handlerMap::iterator pos = LogMap.begin(); pos != LogMap.end();

I think this has to be

        for (typename handlerMap::iterator pos = LogMap.begin(); pos !=
LogMap.end();

HTH,

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo


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