Re: [GD-General] not sure where to post this question... bit C++ implementation specific....
Brought to you by:
vexxed72
From: Jorrit T. <jor...@uz...> - 2004-07-07 09:56:36
|
CAVEY GERARD wrote: > >Guys > >How can you explain the following code compiles under mingw32(IDE=devc++ >4987)? >Do you use visual studio ? > > gcc supports this with a C++ extension. If you enable -Wpedantic then gcc will probably give an error or warning for that. Greetings, |