You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge bitcoin#29066: Bump minimum required Boost version due to migration to C++20
49a9091 build: Bump minimum required Boost to 1.73.0 to support C++20 (Hennadii Stepanov)
Pull request description:
Boost versions <1.73 have C++20-specific bugs that were fixed in the following commits:
- boostorg/signals2@15fcf21
- boostorg/test@495c095
I tested [`libboost1.71-dev`](https://packages.ubuntu.com/focal/libboost1.71-dev) in Ubuntu 20.04 and Boost 1.71, 1.72, 1.73 in our depends build system.
Closesbitcoin#29063.
ACKs for top commit:
fanquake:
ACK 49a9091
Tree-SHA512: b8ebc08af85abfa3fda70961bd1136ee9e5149dd76a3f901e43acba624d231971873cba5cbf30837f9e5ab58790b8330f241a76cb76d8cf5dce5ad0cca33fba8
Copy file name to clipboardExpand all lines: doc/dependencies.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ You can find installation instructions in the `build-*.md` file for your platfor
17
17
18
18
| Dependency | Releases | Version used | Minimum required | Runtime |
19
19
| --- | --- | --- | --- | --- |
20
-
|[Boost](../depends/packages/boost.mk)|[link](https://www.boost.org/users/download/)|[1.81.0](https://github.com/bitcoin/bitcoin/pull/26557)|[1.64.0](https://github.com/bitcoin/bitcoin/pull/22320)| No |
20
+
|[Boost](../depends/packages/boost.mk)|[link](https://www.boost.org/users/download/)|[1.81.0](https://github.com/bitcoin/bitcoin/pull/26557)|[1.73.0](https://github.com/bitcoin/bitcoin/pull/29066)| No |
21
21
|[libevent](../depends/packages/libevent.mk)|[link](https://github.com/libevent/libevent/releases)|[2.1.12-stable](https://github.com/bitcoin/bitcoin/pull/21991)|[2.1.8](https://github.com/bitcoin/bitcoin/pull/24681)| No |
0 commit comments