This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Does g++ have a intel/msdn __COUNTER__ macro equivalent??
- From: Ian Lance Taylor <iant at google dot com>
- To: me <mgbg25171 at blueyonder dot co dot uk>
- Cc: gcc-help at gcc dot gnu dot org
- Date: 05 Sep 2007 09:24:34 -0700
- Subject: Re: Does g++ have a intel/msdn __COUNTER__ macro equivalent??
- References: <1188896691.2828.14.camel@localhost.localdomain>
me <mgbg25171@blueyonder.co.uk> writes:
> The point of this is that __COUNTER__ would assign consecutive numbers
> representing the index of the random number generator to be used.
This will be supported in gcc 4.3.0 and later.
Ian