This commit is contained in:
재욱 2026-02-08 17:12:53 +09:00
parent 456e4c5eb6
commit 587d890fa0

View File

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