Move strprintf define to tinyformat.h

This avoids a dependency on util.h if just tinyformat is needed.
This commit is contained in:
Wladimir J. van der Laan
2014-08-20 10:51:18 +02:00
parent 81212588c0
commit 9b6d4c5cdc
3 changed files with 3 additions and 2 deletions

View File

@@ -1007,4 +1007,6 @@ TINYFORMAT_WRAP_FORMAT_N(16, returnType, funcName, funcDeclSuffix, bodyPrefix, s
} // namespace tinyformat
#define strprintf tfm::format
#endif // TINYFORMAT_H_INCLUDED