We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 456e4c5 commit 587d890Copy full SHA for 587d890
1 file changed
include/fast_float/float_common.h
@@ -209,16 +209,12 @@ using parse_options = parse_options_t<char>;
209
210
#ifndef FASTFLOAT_ASSERT
211
#define FASTFLOAT_ASSERT(x) \
212
- { \
213
- ((void)(x)); \
214
- }
+ { ((void)(x)); }
215
#endif
216
217
#ifndef FASTFLOAT_DEBUG_ASSERT
218
#define FASTFLOAT_DEBUG_ASSERT(x) \
219
220
221
222
223
224
// rust style `try!()` macro, or `?` operator
0 commit comments