From: Vyacheslav Lanovets (xentrax_at_[hidden])
Date: 2006-08-12 06:08:31


Here
http://boost.org/doc/html/lambda/le_in_details.html#lambda.overriding_deduced_return_type
you can find such declaration:

  ...
struct X {
  Y operator(int)();
};
  ...

What's that???