Hello (CIL) World.
I have a question about global initializers. In particular, I have the
following piece of code:
int a = (int)((3.0 > 2.0) ? 1.0 : 4.0);
int foo(void) {
if (a > 0) { ... }
}
CIL does not seem to like this code, complaining about global initializers
on the first line. However, this is not a problem if the constants are
integers. Is there any way to stop / ignore CIL complaining about this?
Thanks,
Jon.
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
CIL-users mailing list
CIL-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cil-users