On Thu, Jan 3, 2013 at 2:50 AM, Mayuresh Kathe <mayur...@kathe.in> wrote: > Hello, I've just joined the list as I've returned to the GNU world after > almost 9 years. > Feels good to be back. :) > > I've been reading up on GCC through various articles online and have > come to understand that GCC now is being written using C++. > Would I be correct in my assumption that the older (1998 with 2003 enh) > C++ standard is being used? or is it the brand new C++11 (which seems > highly improbable).
Right, it's a restricted subset of C++03 at this time. -- James