|
|
|
|
|
by joosters
3544 days ago
|
|
gcc is generally used as a testing ground for new C/C++ features. So in most cases, the compiler supports new features before they are 'officially released' into the language. It's the complete opposite of waiting for a feature to appear in the compiler. |
|