veriblock-pop-cpp
C++11 Libraries for leveraging VeriBlock Proof-Of-Proof blockchain technology.
fmt.hpp
1// Copyright (c) 2019-2022 Xenios SEZC
2// https://www.veriblock.org
3// Distributed under the MIT software license, see the accompanying
4// file LICENSE or http://www.opensource.org/licenses/mit-license.php.
5
6#ifndef VERIBLOCK_POP_CPP_FMT_HPP
7#define VERIBLOCK_POP_CPP_FMT_HPP
8
9#define FMT_HEADER_ONLY 1
10
11#define VBK_FMT_VERSION 7.1.3
12#include "third_party/fmt/format.h"
13#include "third_party/fmt/printf.h"
14
15#endif // VERIBLOCK_POP_CPP_FMT_HPP