From fa72a64b90dc07a80b1ca6127eb50d8244dedc3b Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Thu, 13 Jun 2019 09:04:43 -0400 Subject: tinyformat: Add doc to Bitcoin Core specific strprintf --- src/tinyformat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/tinyformat.h b/src/tinyformat.h index 14b7cd3026..182f518a0b 100644 --- a/src/tinyformat.h +++ b/src/tinyformat.h @@ -1063,6 +1063,7 @@ std::string format(const std::string &fmt, const Args&... args) } // namespace tinyformat +/** Format arguments and return the string or write to given std::ostream (see tinyformat::format doc for details) */ #define strprintf tfm::format #endif // TINYFORMAT_H_INCLUDED -- cgit v1.2.3