Ryan Boder <icanoop@bitwiser.org> writes:
> I'm having trouble compiling the following code.
[snip]
> pair<multimap<string, Bob<T>*>::iterator, int> p;
pair<typename multimap<string, Bob<T>*>::iterator, int> p;
[snip]
This type of questions should be asked on gcc-help, or on a C++
newsgroup.
--
Oscar