Issue 166: Can't compile untyped on cpp target
Status:  Fixed
Owner: ----
Closed:  Jun 2012
Reported by Max.Via...@gmail.com, Apr 14, 2012
What steps will reproduce the problem?
1. Use any cpp magic identifier
2.
3.

What is the expected output? What do you see instead?
./src/Test.cpp(193) : error C2065: '__global__' : undeclared identifier

What version of the product are you using? On what operating system?
haXe 2.08/2.09 hxcpp 2.08.3/2.09 Win7/8 VS Express 10

Please provide any additional information below.

Where are the magic identifiers defined?
Apr 15, 2012
#1 Max.Via...@gmail.com
Tried 2.08.1 on Win7, no luck. It would be helpful If I could know where is __global__ defined, simple search is showing only static iphone libraries containing __global__. 
May 22, 2012
Project Member #2 gameh...@gmail.com
Hi,
"__global__" should be replaced in the compiler, and should not make it to the c++ output. ie, Test.cpp should not contain this symbol.  There as a problem with "inline" at some stage, but this would not normally be the case.

Jun 11, 2012
Project Member #3 gameh...@gmail.com
I have fixed a bug with "inline" __global__ .  I think this should fix your problem.
Status: Fixed