Move strprintf define to tinyformat.h
This avoids a dependency on util.h if just tinyformat is needed.
This commit is contained in:
@@ -1007,4 +1007,6 @@ TINYFORMAT_WRAP_FORMAT_N(16, returnType, funcName, funcDeclSuffix, bodyPrefix, s
|
||||
|
||||
} // namespace tinyformat
|
||||
|
||||
#define strprintf tfm::format
|
||||
|
||||
#endif // TINYFORMAT_H_INCLUDED
|
||||
|
||||
Reference in New Issue
Block a user