Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge bitcoin/bitcoin#31493: refactor: Use immediate lambda to work a…
…round GCC bug 117966 fa9e048 refactor: Use immediate lambda to work around GCC bug 117966 (MarcoFalke) Pull request description: Currently the libstdc++ debug mode can only be used with version 11, or 15 (and later), due to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117966 This seems restrictive. Add a temporary workaround for now, which makes the global (temporary) `std::span` local to a lambda. ACKs for top commit: theuni: utACK fa9e048 hebasto: ACK fa9e048, tested on Ubuntu 24.10. vasild: ACK fa9e048 Tree-SHA512: 0cc54f089f329592f7a92a6f938b7de46c92d5362615310748225a42789e858e871432721e3101271b00871d523af5fbaadba2f52433fe79e928b1d1253931f6
- Loading branch information