diff options
Diffstat (limited to 'patches/wownero/0003-fix-is_trivially_copyable.patch')
| -rw-r--r-- | patches/wownero/0003-fix-is_trivially_copyable.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/wownero/0003-fix-is_trivially_copyable.patch b/patches/wownero/0003-fix-is_trivially_copyable.patch index f600003..5b81f2d 100644 --- a/patches/wownero/0003-fix-is_trivially_copyable.patch +++ b/patches/wownero/0003-fix-is_trivially_copyable.patch @@ -1,4 +1,4 @@ -From b41551e7dd8d3f4968f330f60d14773eaabca818 Mon Sep 17 00:00:00 2001 +From d4d406961073b5f9d3cc46a6cedaf73a378e1ea6 Mon Sep 17 00:00:00 2001 From: cyan <cyjan@mrcyjanek.net> Date: Tue, 22 Oct 2024 10:23:18 +0000 Subject: [PATCH 03/15] fix is_trivially_copyable @@ -28,5 +28,5 @@ index 01dc387d6..5e3af4d11 100644 return {reinterpret_cast<const std::uint8_t*>(std::addressof(src)), sizeof(T)}; } -- -2.39.5 (Apple Git-154) +2.48.0 |
