Hello,

I wish to know if there is a predefine macro or compiler directive
that can tell me if there is a support for generics with something
such as:

{$IFDEF USEGENERICS}
...
{$ELSE}
...
{$ENDIF}

Or

{$IF USEGENERICS}
...
{$ELSE}
..
{$ENDIF}


Thanks,

Ido
--
http://ik.homelinux.org/
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to