We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5324d7c commit 8646b4fCopy full SHA for 8646b4f
1 file changed
include/fast_float/float_common.h
@@ -255,16 +255,12 @@ using parse_options = parse_options_t<char>;
255
256
#ifndef FASTFLOAT_ASSERT
257
#define FASTFLOAT_ASSERT(x) \
258
- { \
259
- ((void)(x)); \
260
- }
+ { ((void)(x)); }
261
#endif
262
263
#ifndef FASTFLOAT_DEBUG_ASSERT
264
#define FASTFLOAT_DEBUG_ASSERT(x) \
265
266
267
268
269
270
// rust style `try!()` macro, or `?` operator
0 commit comments