tinyformat: Add doc to Bitcoin Core specific strprintf

This commit is contained in:
MarcoFalke 2019-06-13 09:04:43 -04:00
parent f792395d13
commit fa72a64b90
No known key found for this signature in database
GPG key ID: CE2B75697E69A548

View file

@ -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