Hi Tony, Thanks for the review!
> On Dec 20, 2017, at 8:09 PM, Tony Allevato via swift-evolution > <swift-evolution@swift.org> wrote: > > A related question (with some background): My assumption is that conditional > compilation directives (e.g., #if DEBUG) are resolved *before* an @inlinable > function is serialized to the module. Is that correct? That is correct. Conditional compilation directives are always resolved in the context of the defining module. Slava
_______________________________________________ swift-evolution mailing list swift-evolution@swift.org https://lists.swift.org/mailman/listinfo/swift-evolution