t unfck
This commit is contained in:
IRainman 2026-07-06 23:05:18 +03:00
parent 5324d7c5d7
commit 8646b4fd97

View File

@ -255,16 +255,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