On Wed, 20 Oct 2004, Gary Setter wrote: > Hi, > Currently I'm trying to understand the filter feature of aspell > 0.60. I tried to put some debug code in to understand what > happend to the filters I configured. > I found this in string_list.hpp > > class StringList : public MutableContainer { > <some stuff here> > unsigned int size() const { abort(); return 0; } > }; > > Is there any reason for this?
Because the function is unimplented. That's why. -- http://kevin.atkinson.dhs.org _______________________________________________ Aspell-devel mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/aspell-devel