[nem-en] HowTo: determine new expression?

Ivan A Eryshov ivan.eryshov at gmail.com
Wed May 2 11:50:48 CEST 2007


test.n
<code>
  SomeMacro(object()); // creation of new object
  SomeMacro(meth()); // calling of method
</code>

macro.n
<code>
  macro SomeMacro(expr)
  {
    // I need ot understand is constructor of method is called. How?
  }
</code>



More information about the devel-en mailing list