commit: cfc8fc4a1698ff23c6a709f2a33976b9ad9f72f3 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Mon Feb 27 11:17:25 2023 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Mon Feb 27 11:22:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfc8fc4a
sys-cluster/hpx: scrub patch Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> sys-cluster/hpx/files/hpx-1.8.1-fix-intmax-error.patch | 6 ------ 1 file changed, 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 <[email protected]> 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 @@
