Browse Source

test

pull/4/head
jl777 8 years ago
parent
commit
44b72fe400
  1. 2
      src/tinyformat.h

2
src/tinyformat.h

@ -821,7 +821,7 @@ inline void formatImpl(std::ostream& out, const char* fmt,
// Print remaining part of format string.
fmt = printFormatStringLiteral(out, fmt);
if(*fmt != '\0')
if(*fmt != '\0' && 0 ) // disabled due to complaints
TINYFORMAT_ERROR("tinyformat: Too many conversion specifiers in format string");
// Restore stream state

Loading…
Cancel
Save