Fix build in Xcode.

This commit is contained in:
John Preston 2019-06-17 19:26:21 +02:00
parent faa42110ac
commit 366413a0a6
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ struct Producer<lngtag_count, Tags...> {
auto plural = Plural(base, count, type);
return ReplaceUnwrap<Tags...>::template Call(
ReplaceTag<T>::Call(
p(Lang::Current(base + plural.keyShift)),
p(Lang::Current(LangKey(base + plural.keyShift))),
type,
StartReplacements<T>::Call(
std::move(plural.replacement))),