diff --git a/fmt/format.h b/fmt/format.h index 26ed0bbf..bed2a706 100644 --- a/fmt/format.h +++ b/fmt/format.h @@ -1533,8 +1533,6 @@ class basic_format_args { typedef basic_format_args> format_args; typedef basic_format_args> wformat_args; -#define FMT_DISPATCH(call) static_cast(this)->call - /** \rst Visits an argument dispatching to the appropriate visit method based on