diff options
| author | MarcoFalke <[email protected]> | 2019-06-13 09:04:43 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2019-06-13 09:30:40 -0400 |
| commit | fa72a64b90dc07a80b1ca6127eb50d8244dedc3b (patch) | |
| tree | 6b4e025d76c383976fd41df4be7d318320c80747 | |
| parent | Merge #15834: Fix transaction relay bugs introduced in #14897 and expire tran... (diff) | |
| download | discoin-fa72a64b90dc07a80b1ca6127eb50d8244dedc3b.tar.xz discoin-fa72a64b90dc07a80b1ca6127eb50d8244dedc3b.zip | |
tinyformat: Add doc to Bitcoin Core specific strprintf
| -rw-r--r-- | src/tinyformat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tinyformat.h b/src/tinyformat.h index 14b7cd302..182f518a0 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 |