diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-11-26 17:05:57 -0500 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-11-26 17:05:57 -0500 |
| commit | 0c19e446116f745b90a2e90d3243388c70adef2d (patch) | |
| tree | 7cfb11e5683a0dfd001df4e9e574ca84db3bf0a3 /patches/wownero/0003-fix-is_trivially_copyable.patch | |
| parent | c224a4437d3f65a1ed1d67db98480a8529c8913f (diff) | |
macos fixes, wownero fixes, idk what else, please help me
Diffstat (limited to 'patches/wownero/0003-fix-is_trivially_copyable.patch')
| -rw-r--r-- | patches/wownero/0003-fix-is_trivially_copyable.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/wownero/0003-fix-is_trivially_copyable.patch b/patches/wownero/0003-fix-is_trivially_copyable.patch index 1a86ed6..553af86 100644 --- a/patches/wownero/0003-fix-is_trivially_copyable.patch +++ b/patches/wownero/0003-fix-is_trivially_copyable.patch @@ -1,14 +1,14 @@ -From 4f88afa6f7fb6fadd1df44148e0a8f2d82d1fe87 Mon Sep 17 00:00:00 2001 +From 8c4d673da3adc9c97962e09dc62ce29de73be829 Mon Sep 17 00:00:00 2001 From: cyan <cyjan@mrcyjanek.net> Date: Tue, 22 Oct 2024 10:23:18 +0000 -Subject: [PATCH 03/14] fix is_trivially_copyable +Subject: [PATCH 03/17] fix is_trivially_copyable --- contrib/epee/include/span.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/contrib/epee/include/span.h b/contrib/epee/include/span.h -index 01dc387..5e3af4d 100644 +index 01dc387d6..5e3af4d11 100644 --- a/contrib/epee/include/span.h +++ b/contrib/epee/include/span.h @@ -151,7 +151,6 @@ namespace epee |
