Index: [thread] [date] [subject] [author]
  From: Angelique Coviello <amc1@duke.edu>
  To  : 
  Date: Wed, 3 Feb 1999 00:47:30 -0500

Re: Passing a map as an argument

If someone can help me figure this out, I will love you forever!!  I've 
wasted about 4 hours trying to figure it out.  I just can't get past it.

Thanks,
Angel

On Tue, 2 Feb 1999, Angelique Coviello wrote:

> Date: Tue, 2 FEB 1999 21:06:48 -0500 
> From: Angelique Coviello <amc1@duke.edu>
> Newgroups: duke.cs.cps108
> Subject: Passing a map as an argument 
> 
> Here is what I am trying to do
> 
> virtual int Evaluate (const map <string, Expression *> & myVariables, 
>                       ostream & out) const
> 
> But for some reason I can not use the map pair <string, Expression *>.  I 
> get the following error:
> 
> In file included from 
> 
> /afs/acpub/project/cps/pkgs/gcc-2.8.1/include/g++/stl_pair.h:48: 
> non-template type `pair' used as a template
> 
> I have all of the include statements that I should need. I've tried 
> poking around some of the help pagges, but am not getting anywhere.  Can 
> anyone help me?
> 
> Angel
> 
> 


Index: [thread] [date] [subject] [author]