diff --git a/Lib/java/std_list.i b/Lib/java/std_list.i index f49b11826..932980d67 100644 --- a/Lib/java/std_list.i +++ b/Lib/java/std_list.i @@ -44,7 +44,9 @@ namespace std { // Possible bug: jint != size_type jint size () const; - void sort(); + + // Although sort() is nice it makes operator<() mandatory which it probably shouldn't be + //void sort(); // Only for helping implement listIterator iterator begin();