summaryrefslogtreecommitdiff
path: root/dev-db/mongodb/files/boost_issue_402.patch
diff options
context:
space:
mode:
authorFrançois Valenduc <francoisvalenduc@gmail.com>2025-07-27 22:01:51 +0200
committerSam James <sam@gentoo.org>2025-09-05 12:16:56 +0100
commitc03ecd5100108ad520628af123fd749bf4d8e1d6 (patch)
tree87f600902486edaaa2c3643586f497a38b378641 /dev-db/mongodb/files/boost_issue_402.patch
parent19b017f821f3802bceedfdad8ea47b49832d2609 (diff)
downloadgentoo-c03ecd5100108ad520628af123fd749bf4d8e1d6.tar.gz
gentoo-c03ecd5100108ad520628af123fd749bf4d8e1d6.tar.bz2
gentoo-c03ecd5100108ad520628af123fd749bf4d8e1d6.zip
dev-db/mongodb: add 8.0.12
Signed-off-by: François Valenduc <francoisvalenduc@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43194 Closes: https://github.com/gentoo/gentoo/pull/43194 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/mongodb/files/boost_issue_402.patch')
-rw-r--r--dev-db/mongodb/files/boost_issue_402.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-db/mongodb/files/boost_issue_402.patch b/dev-db/mongodb/files/boost_issue_402.patch
new file mode 100644
index 000000000000..cf85262093ba
--- /dev/null
+++ b/dev-db/mongodb/files/boost_issue_402.patch
@@ -0,0 +1,13 @@
+From https://github.com/boostorg/thread/commit/49ccf9c30a0ca556873dbf64b12b0d741d1b3e66
+index bbf0ffc..989baba 100644
+--- a/src/third_party/boost/boost/thread/future.hpp
++++ b/src/third_party/boost/boost/thread/future.hpp
+@@ -4669,7 +4669,7 @@ namespace detail
+ }
+ run_it& operator=(BOOST_THREAD_RV_REF(run_it) x) BOOST_NOEXCEPT {
+ if (this != &x) {
+- that_=x.that;
++ that_=x.that_;
+ x.that_.reset();
+ }
+ return *this;