On 8/11/2010 7:50 PM, Segher Boessenkool wrote:
Is there any way to find out in what release of gcc a particular feature of C++ was added, other than to download a particular version and read the documentation for that particular release to see if the feature exists ?You can read the documentation for all versions of GCC online: http://gcc.gnu.org/onlinedocs/
Thanks !