Commit f1ab078
committed
Merge bitcoin/bitcoin#29276: depends: Update libmultiprocess library to fix C++20 macos build error
b8105b3 depends: Update libmultiprocess library to fix C++20 macos build error (Ryan Ofsky)
Pull request description:
Fixes #29248
The std::result_of type was removed in c++20, but was being referenced in some old, unused code in the library. The issue was fixed in:
- bitcoin-core/libmultiprocess#91
This update also includes other recent libmultiprocess changes to improve C++20 support and fix build issues:
- bitcoin-core/libmultiprocess#89
- bitcoin-core/libmultiprocess#90
- bitcoin-core/libmultiprocess#93
ACKs for top commit:
fanquake:
ACK b8105b3.
Tree-SHA512: 2ca64b5fc27be752baba38df4b4faf62152e18c70ead6e0e063f1cb0c25dd5d924dec7ebfd7f8bbd651ae50eb35e8d8b591a9847c36f22558b5f5effccf565361 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments