From b82041b266061542216722acad7aa6007f08fce4 Mon Sep 17 00:00:00 2001 From: valdok Date: Sun, 25 Jun 2023 11:57:19 +0300 Subject: [PATCH] build fix --- core/block_crypt.h | 1 - 1 file changed, 1 deletion(-) diff --git a/core/block_crypt.h b/core/block_crypt.h index ead77bae2..7ce30a363 100644 --- a/core/block_crypt.h +++ b/core/block_crypt.h @@ -118,7 +118,6 @@ namespace beam const T& m_Val; Printable(const T& x) :m_Val(x) {} - template friend std::ostream& operator << (std::ostream& os, const AmountBig::Printable& x) { AmountBig::Print(os, x.m_Val); return os;