Skip to content

Commit

Permalink
tinyformat: Add doc to Bitcoin Core specific strprintf
Browse files Browse the repository at this point in the history
Github-Pull: bitcoin#16205
Rebased-From: fa72a64
  • Loading branch information
MarcoFalke committed Jun 18, 2019
1 parent 0023c97 commit f88959b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tinyformat.h
Expand Up @@ -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

0 comments on commit f88959b

Please sign in to comment.