Closed munificent closed 6 years ago
The "bind arguments" algorithm seems to bind left-to right, which fails for foo(int a, [int b, int c], int d) and arguments (1, 2, 3). it has run out of arguments before reaching d.
The prototype does the right thing, but the prose is wrong.
The "bind arguments" algorithm seems to bind left-to right, which fails for foo(int a, [int b, int c], int d) and arguments (1, 2, 3). it has run out of arguments before reaching d.
The prototype does the right thing, but the prose is wrong.