swift
fb30e9ec - [MSVC] Evaluate parameters in the right order.

Commit
5 years ago
[MSVC] Evaluate parameters in the right order. Parameter evaluation order is unspecified, and MSVC happens to do it in the opposite order than Clang. Move the evaluation of the parameters outside the invocation, so the order is clear, and the token consuming happens in the right order.
Author
Parents
Loading