Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | better error messages: use <T1, T2> instead of (T1, T2) in order to prevent ↵ | Araq | 2018-02-10 | 1 | -1/+1 |
| | | | | confusions with tuple types | ||||
* | Fixes #5167 and related problems (#5475) | zah | 2017-03-12 | 1 | -0/+20 |
This commit returns to a bit less strict checking of the number of macro arguments, because some old immediate macros rely on a behavior where even the arity of the macro is not being checked. It may be better if such macros are just declared to use varargs[expr], but this remains for another day. |