)]}'
{
  "commit": "0e034ecdba87ea5b22d6c523db7d9747e5d70c32",
  "tree": "d0788bbd49e52ee5b1b624782c4036fb390c95bc",
  "parents": [
    "0f8b71180fba1088ed9bbeaf318dad163cee06dd"
  ],
  "author": {
    "name": "Felix",
    "email": "hi@l33t.name",
    "time": "Wed May 29 04:52:14 2024 +0200"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Wed May 29 02:52:14 2024 +0000"
  },
  "message": "[C++] Make code compile with -Wfloat-equal (#8221)\n\nThis will allow the code to be compiled with `-Wfloat-equal`\r\nas this would result in the folowing warning/error:\r\nvendor/flatbuffers/include/flatbuffers/base.h:465:69:\r\n  error: comparing floating point with \u003d\u003d or !\u003d is unsafe [-Werror,-Wfloat-equal]\r\ntemplate\u003ctypename T\u003e inline bool IsTheSameAs(T e, T def) { return e \u003d\u003d def; }\r\n\r\nBut the way it is used in flatbuffers it is ok to compare floating\r\npoints with \u003d\u003d.\r\n\r\nCo-authored-by: Derek Bailey \u003cderekbailey@google.com\u003e",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "1c19dde98f349f73c112b61ec696cca2cd35f3b8",
      "old_mode": 33188,
      "old_path": "include/flatbuffers/base.h",
      "new_id": "a782cb1a9aaa4431cccfa391af3eba1cd738e623",
      "new_mode": 33188,
      "new_path": "include/flatbuffers/base.h"
    }
  ]
}
