)]}'
{
  "commit": "cbb0d628438809163e52ec28b40c32eb82c5a233",
  "tree": "df9e83805c17ef1ec56abb85880c93e3313f34d6",
  "parents": [
    "0ad270386ca4a62c41cddf84a3fe350e80965eaa"
  ],
  "author": {
    "name": "Mathias Agopian",
    "email": "mathias@google.com",
    "time": "Mon Apr 27 22:09:49 2009 -0700"
  },
  "committer": {
    "name": "Mathias Agopian",
    "email": "mathias@google.com",
    "time": "Tue Apr 28 03:06:59 2009 -0700"
  },
  "message": "improvements (I hope) to to List.h implementation:\n\n- made the helper Node and Iterator classes protected inner classes of List so they don\u0027t pollute the android namespace.\n- use \"int foo()\" instead of \"int foo(void)\" which is more C++ stylish\n- made distance() a template function, this way we write it once and it will work with combinations of iterator and const_iterator\n- added the inline keyword on some function to make it clear to the compiler and the programmer that we want/intend these to be small inline functions\n- added templated comparison operators to Iterator so it can compare iterator and const_iterator\n- use size_t instead of \"unsigned int\" at places\n- distance() should return a ptrdiff_t (it\u0027s kind of mening less here because it won\u0027t really work if the distance is \u003c 0)\n- made sure we handle conversions from iterator to const_iterator, but but fail at compile time in the other direction\n- added operator-\u003e() on iterator and const_iterator\n- made a bunch of private constructors explicit to avoid unwanted conversions\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "1b01c417bdba56fbeeaab19f15bc3c9be3bdbd62",
      "old_mode": 33188,
      "old_path": "include/utils/List.h",
      "new_id": "4041a891251eedbeca6c9e9498ef3696af8d9137",
      "new_mode": 33188,
      "new_path": "include/utils/List.h"
    }
  ]
}
