1. 6c93b3e Adding a -Wunused-value warning for expressions with side effects used in an unevaluated expression context, such as sizeof(), or decltype(). Also adds a similar warning when the expression passed to typeid() *is* evaluated, since it is equally likely that the user would expect the expression operand to be unevaluated in that case. by Aaron Ballman · 11 years ago
  2. b100410 Normalize line endings by David Majnemer · 12 years ago
  3. a17d19f This patch implements capturing of variables within generic lambdas. by Faisal Vali · 12 years ago
  4. 2b391ab Implement a rudimentary form of generic lambdas. by Faisal Vali · 12 years ago
  5. 2fdbea2 Revert "Implement a rudimentary form of generic lambdas." by Manuel Klimek · 12 years ago
  6. fd5277c Implement a rudimentary form of generic lambdas. by Faisal Vali · 12 years ago