From 5f022ae081cde9084980b4d40fd26402248b1985 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 20 Nov 2016 10:14:23 -0800 Subject: [PATCH] Remove FMT_DISPATCH --- fmt/format.h | 2 -- 1 file changed, 2 deletions(-) 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