diff --git a/stlport/systemstl/functional b/stlport/systemstl/functional index e1f906bdd5a7..6c3166d42953 100644 --- a/stlport/systemstl/functional +++ b/stlport/systemstl/functional @@ -4,9 +4,9 @@ * * $RCSfile: functional,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-08 07:48:17 $ + * last change: $Author: hr $ $Date: 2007-08-03 11:54:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -44,9 +44,15 @@ namespace std { using __gnu_cxx::select1st; using __gnu_cxx::select2nd; + using __gnu_cxx::project1st; + using __gnu_cxx::project2nd; using __gnu_cxx::unary_compose; + using __gnu_cxx::binary_compose; using __gnu_cxx::compose1; + using __gnu_cxx::compose2; using __gnu_cxx::identity; + using __gnu_cxx::mem_fun1; + using __gnu_cxx::mem_fun1_ref; } #else #error UNSUPPORTED COMPILER