> On Apr 12, 2017, at 20:31, Félix Cloutier via swift-evolution > <[email protected]> wrote: > > I don't have a strong opinion; are we sure enough that this is what we want > the postfix operator … to be for? For instance, C++ uses it a lot with > variadic templates.
I don't think the two usages conflict... maybe later if "literal values as generic parameters" and "variadic generic parameters" get added, there might be a problem involving variadic literal one-sided ranges, but otherwise we should be good on that front... I think... I should probably learn more about how C++ templates have changed since they were first introduced. - Dave Sweeris _______________________________________________ swift-evolution mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-evolution
