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?

Thanks,
Gary



_______________________________________________
Aspell-devel mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/aspell-devel

Reply via email to