Skip to content

Commit fa72a64

Browse files
author
MarcoFalke
committed
tinyformat: Add doc to Bitcoin Core specific strprintf
1 parent f792395 commit fa72a64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tinyformat.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,6 +1063,7 @@ std::string format(const std::string &fmt, const Args&... args)
10631063

10641064
} // namespace tinyformat
10651065

1066+
/** Format arguments and return the string or write to given std::ostream (see tinyformat::format doc for details) */
10661067
#define strprintf tfm::format
10671068

10681069
#endif // TINYFORMAT_H_INCLUDED

0 commit comments

Comments
 (0)