mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 20:18:09 +00:00
fix(General): remove L_RESOLVE_OVERLOAD macro, provide a resolveOverload function instead
This commit is contained in:
parent
107aa11e13
commit
a5e684ef91
1 changed files with 2 additions and 1 deletions
|
|
@ -275,7 +275,8 @@ namespace Private {
|
|||
}
|
||||
|
||||
// Useful to select a specific overloaded function. (Avoid usage of static_cast.)
|
||||
#define L_RESOLVE_OVERLOAD(ARGS) LinphonePrivate::Private::ResolveOverload<ARGS>
|
||||
template<typename... Args>
|
||||
using resolveOverload = Private::ResolveOverload<Args...>;
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
// Wrapper public.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue