unfck lint.

This commit is contained in:
IRainman 2026-01-20 22:27:10 +03:00
parent 7ec5fc403f
commit dc4e02ebe5

View File

@ -229,16 +229,12 @@ using parse_options = parse_options_t<char>;
#ifndef FASTFLOAT_ASSERT
#define FASTFLOAT_ASSERT(x) \
{ \
((void)(x)); \
}
{ ((void)(x)); }
#endif
#ifndef FASTFLOAT_DEBUG_ASSERT
#define FASTFLOAT_DEBUG_ASSERT(x) \
{ \
((void)(x)); \
}
{ ((void)(x)); }
#endif
// rust style `try!()` macro, or `?` operator