About two years ago I came across somebody's public implementation of the tr1::function (and tr1::result_of) on the web. It was much more straightforward than the GNU or Boost version (it only allowed up to 2 arguments). It helped me learn a lot about template specialization and I'd like to know who the author was. The problem is I can't find it anymore no matter how I search. By the way it is NOT any of the following similar versions:
Tiny Template Library: http://www.codeproject.com/cpp/TTLFunction.asp Anthony Williams, ACCU: http://accu.org/index.php/journals/436 Thiago R. Adams: http://paginas.terra.com.br/informatica/thiago_adams/tr1functional.htm Andrei Alexandrescu's Functor from LOKI: http://loki-lib.sourceforge.net/ Not GNU and not Boost! Has anybody seen any other public implementations? Thanks