1 // Copyright (C) 2005 Free Software Foundation, Inc.
2 // Contributed by Nathan Sidwell 17 Mar 2005 <nathan@codesourcery.com>
5 // Origin: Matthias Klose <doko@debian.org>
6 // Andrew Pinski <pinskia@gcc.gnu.org>
8 template <class _Ret, class _Tp>
9 void mem_fun_ref(_Ret (_Tp::*__f)());