)]}'
{
  "commit": "035aed90c0a7e54cd9e0f2ac70dc7c1bb303a4b0",
  "tree": "19d48f30b2c1937c378a230445fbf16732d220ef",
  "parents": [
    "7d3df42bb5eefc740724537d802597668ab1a955"
  ],
  "author": {
    "name": "David Reiss",
    "email": "dreiss@apache.org",
    "time": "Tue Feb 10 21:38:48 2009 +0000"
  },
  "committer": {
    "name": "David Reiss",
    "email": "dreiss@apache.org",
    "time": "Tue Feb 10 21:38:48 2009 +0000"
  },
  "message": "cpp: Fix implementations of \"list\u003cbool\u003e\"\n\nTProtocol::readBool expects a \"bool\u0026\" as its argument, but \"list\u003cbool\u003e\"\nis implemented as \"vector\u003cbool\u003e\", which is a specialization of vector\nthat uses a custom structure as its reference type.  Therefore, we need\nto overload TProtocol::readBool for std::vector\u003cbool\u003e::reference.\nThis function is provided as a non-virtual for efficiency since it is\nhighly unlikely that any subclass will want to override it.\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@743112 13f79535-47bb-0310-9956-ffa450edef68\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "e4cfe0fb52b7901e5006dfdd69130224e0d9b7af",
      "old_mode": 33188,
      "old_path": "lib/cpp/src/protocol/TProtocol.h",
      "new_id": "5dcea2b7089ac2424230009fe94bd357f9ca01d6",
      "new_mode": 33188,
      "new_path": "lib/cpp/src/protocol/TProtocol.h"
    }
  ]
}
