My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 111: function call limited to 12 args - CPP target
1 person starred this issue and may be notified of changes. Back to list
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

Powered by Google Project Hosting