diff options
| author | MarcoFalke <[email protected]> | 2020-07-01 17:25:35 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2020-07-01 17:24:46 -0400 |
| commit | fac7bdb75e69f731b89e848c11931b4087440283 (patch) | |
| tree | 8df8488638132a39a159d0519978e5d6190c9c62 /src/script/script.cpp | |
| parent | Merge #19408: doc: Windows WSL build recommendation to temporarily disable Wi... (diff) | |
| download | discoin-fac7bdb75e69f731b89e848c11931b4087440283.tar.xz discoin-fac7bdb75e69f731b89e848c11931b4087440283.zip | |
script: Fix boost/C++17 compile failure
script/standard.cpp:297:48: error: temporary of type 'boost::static_visitor<CScript>' has protected destructor
return boost::apply_visitor(CScriptVisitor{}, dest);
^
/usr/include/boost/variant/static_visitor.hpp:53:5: note: declared protected here
~static_visitor() = default;
^
1 error generated.
Diffstat (limited to 'src/script/script.cpp')
0 files changed, 0 insertions, 0 deletions