diff --git a/fmt.h b/fmt.h index 648f7fd..092de82 100644 --- a/fmt.h +++ b/fmt.h @@ -291,6 +291,8 @@ size_t fmt_strm_internal(char* dest,...) noexcept; #endif #define fmt_strm_alloca(a,...) ({ size_t len=fmt_strm((char*)0,a,__VA_ARGS__)+1; char* c=(len