On 1 October 2010 08:02, Simon Hill <yacwroy@xxxxxxxxx> wrote: > I'm regularly checking on the GCC implemented C++0x features page > (http://gcc.gnu.org/projects/cxx0x.html). > > Is there any way to know what features are under development or an > estimated timeline or feature priority list? Are there development > goals or anything posted on the web? > > > I'm just trying to figure out the best direction to write my code so I > can avoid as much rework as possible once the features I'm after get > implemented. > > The features that will require the most rework are (in order) are: > - constexpr > - template aliases > - inheriting constructors > - extensible literals > > I'm already making use of the delegating constructors patch, which is > working fine. > Not sure if this is the best answer but you could take a look at the gcc-patches list now and again, look for c++0x tags for the patches and you will see what people are working on. Otherwise i guess you could keep doing what your doing now, and or run gcc HEAD. --Phil