mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-05 20:27:03 +00:00
Remove FMT_DISPATCH
This commit is contained in:
parent
41d4bcf0cc
commit
5f022ae081
@ -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<char>> format_args;
|
||||||
typedef basic_format_args<basic_format_context<wchar_t>> wformat_args;
|
typedef basic_format_args<basic_format_context<wchar_t>> wformat_args;
|
||||||
|
|
||||||
#define FMT_DISPATCH(call) static_cast<Impl*>(this)->call
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
\rst
|
\rst
|
||||||
Visits an argument dispatching to the appropriate visit method based on
|
Visits an argument dispatching to the appropriate visit method based on
|
||||||
|
Loading…
Reference in New Issue
Block a user