Re: Ver 4.0 Map.e is broken
- Posted by bernie Aug 29, 2008
- 837 views
mattlewis said...
bernie said...
The latest version for win98 that jeremy has in his bin is ver 1067
What I mean is that parser is detecting the error inside a procedure that has not been called.
The only code in the file I am runing is ' include std/map.e ' and the error is occuring inside that delete() procedure.
If I comment that procedure() out. The error happens in different place in another procedure.
You're getting a parsing error. Nothing has been called.
The reference to keys() is a forward reference. Initial support for forward referencing wasn't supported until r1070. I'd suggest that you get the r1067 version of the standard library until you can get an updated binary.
Matt
Thanks, Now where do I get the 1067 version of the standard lirary. Is Jermey around I haven't seen on the list ?