mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-12 20:22:34 +02:00
Merge #20671: Replace boost::optional with std::optional
fa4435e22f
Replace boost::optional with std::optional (MarcoFalke)fa7e803f3e
Remove unused MakeOptional (MarcoFalke)fadd4029dc
psbt: Assert that tx has a value in UpdatePSBTOutput (MarcoFalke) Pull request description: Now that we can use std::optional from the vanilla standard library, drop the third-party boost dependency ACKs for top commit: practicalswift: cr ACKfa4435e22f
: patch looks correct! laanwj: code review ACKfa4435e22f
hebasto: ACKfa4435e22f
, I have reviewed the code and it looks OK, I agree it can be merged. Tree-SHA512: 50c5a1a130cac65e043e0177ba5b009fc2ba09343af4e23322ff2eb32184a55f8f2dea66e7a1b9d9acf56bc164eef4e47448750549a07f3b661199ac9bf9afef
This commit is contained in:
@ -60,7 +60,6 @@ EXPECTED_BOOST_INCLUDES=(
|
||||
boost/multi_index/ordered_index.hpp
|
||||
boost/multi_index/sequenced_index.hpp
|
||||
boost/multi_index_container.hpp
|
||||
boost/optional.hpp
|
||||
boost/preprocessor/cat.hpp
|
||||
boost/preprocessor/stringize.hpp
|
||||
boost/process.hpp
|
||||
|
Reference in New Issue
Block a user