mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-12 16:47:58 +02:00
Add util::Expected (std::expected)
This commit is contained in:
5
src/util/expected.cpp
Normal file
5
src/util/expected.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
// Copyright (c) The Bitcoin Core developers
|
||||
// Distributed under the MIT software license, see the accompanying
|
||||
// file COPYING or https://opensource.org/license/mit.
|
||||
|
||||
#include <util/expected.h>
|
||||
Reference in New Issue
Block a user