From: David Abrahams (david.abrahams_at_[hidden])
Date: 2001-12-14 09:37:07


Interesting idea; it might improve lambda expressions, particularly
meta-lambdas. I don't understand your paraphrase of Andrei's proposal:

"Andrei proposed that template template parameters be defined as

template<template T> void f()
{
  T<int> t;
}

making them more flexible."

Is he just saying that TTPs should be allowed on function templates, or
something else?