test
This commit is contained in:
@@ -469,7 +469,7 @@ class FormatIterator
|
||||
void finish()
|
||||
{
|
||||
// It would be nice if we could do this from the destructor, but we
|
||||
// can't if TINFORMAT_ERROR is used to throw an exception!
|
||||
// can't if TINYFORMAT_ERROR is used to throw an exception!
|
||||
m_fmt = printFormatStringLiteral(m_out, m_fmt);
|
||||
if(*m_fmt != '\0')
|
||||
TINYFORMAT_ERROR("tinyformat: Too many conversion specifiers in format string");
|
||||
|
||||
Reference in New Issue
Block a user