Re: Binary search tree
Daniel Tuser <[email protected]>
| Newsgroups | gmane.comp.lang.eiffel.gobo.devel |
|---|---|
| Message-ID | <[email protected]> |
Eric Bezault wrote: > I tried to compiled it with the very latest version of gec > and it compiled. So I guess the problem has been fixed since > you last tried it. > I gave you the wrong class, with that class. With that class and the previous version of the binary search tree implementation you get the compile error with gec and not problem with the compiler of Eiffel Software. The reason for that problem seams to be a different interpretation of anchored types. My intuition tells me that gec is correct, but I didn't check it in the ECMA specification. test.e is the class that shows the difference and there is a newer version of the binary search tree, that does not have the incompatibility, but there is still at least one bug. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ gobo-eiffel-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gobo-eiffel-develop
test.e
(application/x-extension-e, 2.4 KB) - not displayed
compatible_binary_search_tree.tar.gz
(application/x-gzip, 20.2 KB) - not displayed