tinyformat: Add doc to Bitcoin Core specific strprintf

Github-Pull: #16205
Rebased-From: fa72a64b90
This commit is contained in:
MarcoFalke
2019-06-13 09:04:43 -04:00
parent 0023c97890
commit f88959ba7c

View File

@@ -1063,6 +1063,7 @@ std::string format(const std::string &fmt, const Args&... args)
} // namespace tinyformat } // namespace tinyformat
/** Format arguments and return the string or write to given std::ostream (see tinyformat::format doc for details) */
#define strprintf tfm::format #define strprintf tfm::format
#endif // TINYFORMAT_H_INCLUDED #endif // TINYFORMAT_H_INCLUDED