Posted by Maxz on November 23, 2002 at 22:39:09:
Some older compilers have problems with the std.
If some of you encountered the following error:
(for the bag6 class) " size_t is not a member of std ",
try to remove the std: in front of the size_t, and
recompile the file. It works for me.
There is a "," symbol at the end of the bintree.template
file ( just right after the last bracket )which caused error,
remove it.