We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23f16ad commit 7262d94Copy full SHA for 7262d94
1 file changed
include/fast_float/float_common.h
@@ -198,16 +198,12 @@ using parse_options = parse_options_t<char>;
198
199
#ifndef FASTFLOAT_ASSERT
200
#define FASTFLOAT_ASSERT(x) \
201
- { \
202
- ((void)(x)); \
203
- }
+ { ((void)(x)); }
204
#endif
205
206
#ifndef FASTFLOAT_DEBUG_ASSERT
207
#define FASTFLOAT_DEBUG_ASSERT(x) \
208
209
210
211
212
213
// rust style `try!()` macro, or `?` operator
0 commit comments