Issue 111: function call limited to 12 args - CPP target
Status:  Fixed
Owner: ----
Closed:  Aug 2011
Reported by stephane...@gmail.com, Mar 17, 2011
What steps will reproduce the problem?
1. compile code below using the cpp target
2.
3.

What is the expected output? What do you see instead?
It should compile?? (see comments)

Please complete the following class with minimal code reproducing the
problem :

class Simple
{

	function manyParams(a : Int, b : Int, c : Int, d : Int, e : Int, f : Int, g : Int, h : Int, i : Int, j : Int, k : Int, l : Int, m : Int) {
	}
}

Please provide any additional information below.

I dunno why it does not compile with cpp target.
Perhaps some flags are missing?
Aug 21, 2011
Project Member #1 gameh...@gmail.com
The limit has been bumped up to 20 now.
Status: Fixed