We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f60162 + 09cdb40 commit 33d61f3Copy full SHA for 33d61f3
1 file changed
tinyformat.h
@@ -133,15 +133,16 @@ namespace tfm = tinyformat;
133
//------------------------------------------------------------------------------
134
// Implementation details.
135
#include <algorithm>
136
-#include <cassert>
137
#include <iostream>
138
#include <sstream>
139
140
#ifndef TINYFORMAT_ASSERT
+# include <cassert>
141
# define TINYFORMAT_ASSERT(cond) assert(cond)
142
#endif
143
144
#ifndef TINYFORMAT_ERROR
145
146
# define TINYFORMAT_ERROR(reason) assert(0 && reason)
147
148
0 commit comments