Andrew Williams da189353b6 Replace std::is_pod usage
Replacing std::is_pod usage as per the following compilation error:
```
../../util/misc/uuid.cc:44:20: error: 'is_pod<crashpad::UUID>' is deprecated: use 'is_standard_layout && is_trivial' instead [-Werror,-Wdeprecated-declarations]
static_assert(std::is_pod<UUID>::value, "UUID must be POD");
                   ^
/usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/type_traits:818:5: note: 'is_pod<crashpad::UUID>' has been explicitly marked deprecated here
    _GLIBCXX20_DEPRECATED_SUGGEST("is_standard_layout && is_trivial")

```

Bug: None
Change-Id: I1d61ee12261877f7f1f84f0ea15d262d22959766
Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/5472885
Commit-Queue: Andrew Williams <awillia@chromium.org>
Reviewed-by: Mark Mentovai <mark@chromium.org>
2024-05-03 21:22:37 +00:00
..
2023-11-06 22:00:17 +00:00
2023-10-18 20:01:37 +00:00
2023-12-12 22:52:47 +00:00
2024-05-03 21:22:37 +00:00
2023-10-18 20:01:37 +00:00
2023-12-12 22:52:47 +00:00
2024-02-22 19:28:55 +00:00
2023-10-18 20:01:37 +00:00
2023-08-04 16:50:05 +00:00
2023-11-06 22:00:17 +00:00