| Issue 111: | function call limited to 12 args - CPP target | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Status:
Fixed
|