)]}'
{
  "commit": "81a930f1753e8d57d35bba044f852ea9787e078e",
  "tree": "c4d749025bc8eba26fc67cc4752cf1ad5963bd1c",
  "parents": [
    "b375049e00a6ebd9e34973462cdc3b6a270795ab"
  ],
  "author": {
    "name": "Severin Leonhardt",
    "email": "Severin.Leonhardt@teamviewer.com",
    "time": "Wed Sep 20 06:23:37 2023 +0200"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Tue Sep 19 23:23:37 2023 -0500"
  },
  "message": "Adapt MemoryOrder definition for C++ 20 (#533)\n\nWhen compiling the code with C++ 20 the following error message is\r\nproduced:\r\n\r\n    enumerator value for ‘MEMORY_ORDER_RELAXED’ must have integral or unscoped enumeration type\r\n\r\nThis is because with C++ 20 the type of those values changed to an enum\r\nclass. The `static_cast` extracts the numeric values so they can be used\r\nhere as before.",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "2ad01034e6be04aee6c9bfbef083c1d5314e4649",
      "old_mode": 33188,
      "old_path": "src/atomic/atomic_std.hpp",
      "new_id": "1a23cc1b17007cd0af8578c9f2aa3764d9de4aeb",
      "new_mode": 33188,
      "new_path": "src/atomic/atomic_std.hpp"
    }
  ]
}
