tinyformat: Add doc to Bitcoin Core specific strprintf
This commit is contained in:
parent
f792395d13
commit
fa72a64b90
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue