summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2023-02-27 12:17:25 +0100
committerFlorian Schmaus <flow@gentoo.org>2023-02-27 12:22:26 +0100
commitcfc8fc4a1698ff23c6a709f2a33976b9ad9f72f3 (patch)
tree82469b360d085c17c81423475b4a7a39267cebb5 /sys-cluster/hpx
parentsys-cluster/hpx: Fix build failure (diff)
downloadgentoo-cfc8fc4a1698ff23c6a709f2a33976b9ad9f72f3.tar.gz
gentoo-cfc8fc4a1698ff23c6a709f2a33976b9ad9f72f3.tar.bz2
gentoo-cfc8fc4a1698ff23c6a709f2a33976b9ad9f72f3.zip
sys-cluster/hpx: scrub patch
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'sys-cluster/hpx')
-rw-r--r--sys-cluster/hpx/files/hpx-1.8.1-fix-intmax-error.patch6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys-cluster/hpx/files/hpx-1.8.1-fix-intmax-error.patch b/sys-cluster/hpx/files/hpx-1.8.1-fix-intmax-error.patch
index 58d6a70a15ff..1f5041047a59 100644
--- a/sys-cluster/hpx/files/hpx-1.8.1-fix-intmax-error.patch
+++ b/sys-cluster/hpx/files/hpx-1.8.1-fix-intmax-error.patch
@@ -3,12 +3,6 @@ From: Jonathan Wakely <jwakely@redhat.com>
Date: Wed, 8 Feb 2023 12:32:11 +0000
Subject: [PATCH] Add missing header for std::intmax_t
----
- .../include/hpx/iterator_support/counting_iterator.hpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/libs/core/iterator_support/include/hpx/iterator_support/counting_iterator.hpp b/libs/core/iterator_support/include/hpx/iterator_support/counting_iterator.hpp
-index e6e6c7a99cb8..1414648cc2cf 100644
--- a/libs/core/iterator_support/include/hpx/iterator_support/counting_iterator.hpp
+++ b/libs/core/iterator_support/include/hpx/iterator_support/counting_iterator.hpp
@@ -18,6 +18,7 @@