ConceptGCC 4.3.0 alpha 6

http://www.generic-programming.org/software/ConceptGCC/
ConceptGCCの新しいversionが出たみたい。
concept以外にもC++0xの面白そうな新機能がいっぱい実装されている。

  • Rvalue references
  • Right angle brackets
  • Default template arguments for function templates
  • Delegating constructors
  • decltype
  • Static assertions
  • C99 preprocessor
  • Variadic templates
  • Range-based for loop

lambda式とtemplate aliasも実装して欲しい。