Commit 5f022ae0 authored by Victor Zverovich's avatar Victor Zverovich

Remove FMT_DISPATCH

parent 41d4bcf0
......@@ -1533,8 +1533,6 @@ class basic_format_args {
typedef basic_format_args<basic_format_context<char>> format_args;
typedef basic_format_args<basic_format_context<wchar_t>> wformat_args;
#define FMT_DISPATCH(call) static_cast<Impl*>(this)->call
/**
\rst
Visits an argument dispatching to the appropriate visit method based on
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment