Skip to content

Commit 49a9091

Browse files
committed
build: Bump minimum required Boost to 1.73.0 to support C++20
Boost versions <1.73 have C++20-specific bugs that were fixed in the following commits: - boostorg/signals2@15fcf21 - boostorg/test@495c095
1 parent d646ca3 commit 49a9091

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1454,7 +1454,7 @@ fi
14541454
if test "$use_boost" = "yes"; then
14551455

14561456
dnl Check for Boost headers
1457-
AX_BOOST_BASE([1.64.0],[],[AC_MSG_ERROR([Boost is not available!])])
1457+
AX_BOOST_BASE([1.73.0],[],[AC_MSG_ERROR([Boost is not available!])])
14581458
if test "$want_boost" = "no"; then
14591459
AC_MSG_ERROR([only libbitcoinconsensus can be built without Boost])
14601460
fi

doc/dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can find installation instructions in the `build-*.md` file for your platfor
1717

1818
| Dependency | Releases | Version used | Minimum required | Runtime |
1919
| --- | --- | --- | --- | --- |
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 |
2121
| [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 |
2222
| glibc | [link](https://www.gnu.org/software/libc/) | N/A | [2.27](https://github.com/bitcoin/bitcoin/pull/27029) | Yes |
2323
| Linux Kernel | [link](https://www.kernel.org/) | N/A | [3.17.0](https://github.com/bitcoin/bitcoin/pull/27699) | Yes |

0 commit comments

Comments
 (0)