diff options
| author | MarcoFalke <[email protected]> | 2020-05-11 09:59:32 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2020-05-11 09:53:49 -0400 |
| commit | fa182a8794cbf9be1aa91d1d75e65bc7800156bc (patch) | |
| tree | 8515a7e25084c508d014397baa62413dd582db79 /src/httpserver.cpp | |
| parent | Merge #18901: fuzz: use std::optional for sep_pos_opt variable (diff) | |
| download | discoin-fa182a8794cbf9be1aa91d1d75e65bc7800156bc.tar.xz discoin-fa182a8794cbf9be1aa91d1d75e65bc7800156bc.zip | |
rpcwallet: Replace boost::optional<T>::emplace with simple assignment of T{}
Optional::emplace() was only added in boost 1.56, see
https://github.com/boostorg/optional/commit/2e583aaf30964afd66c1284aa71d0d8b42fa440d
To simply work around https://github.com/bitcoin/bitcoin/issues/18943,
replace it with assignment of T{}
Diffstat (limited to 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions