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#31150: util: Treat Assume as Assert when evalua…
…ting at compile-time fa69a5f util: Treat Assume as Assert when evaluating at compile-time (MarcoFalke) Pull request description: There is no downside or cost of treating an `Assume` at compile-time as an `Assert` and it may even help to find bugs while compiling without `ABORT_ON_FAILED_ASSUME`. This is also required for bitcoin/bitcoin#31093 ACKs for top commit: dergoegge: ACK fa69a5f brunoerg: ACK fa69a5f marcofleon: ACK fa69a5f Tree-SHA512: 17604403f841343a6d5b6e5d777e1760d38e0c27dc1fd4479e3741894fba40cdb1fb659cf24519a51d051bd5884a75992d1227ec9fa40fbf53bc619fbfb304ad
- Loading branch information