diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-08-03 10:54:37 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-08-03 10:54:37 +0000 |
commit | 81fac077eda5d77754391db80ae824d7d9411d5d (patch) | |
tree | 724153798cb301de8899fcb64029eb7caf3b0283 /stlport/systemstl | |
parent | cfb200f281589b55334ff23ea7b6ef4175d797d7 (diff) |
INTEGRATION: CWS thbpp8 (1.5.86); FILE MERGED
2007/07/05 09:59:12 thb 1.5.86.1: #i79235# Aliasing a few more SGI-only functions into std namespace
Diffstat (limited to 'stlport/systemstl')
-rw-r--r-- | stlport/systemstl/functional | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/stlport/systemstl/functional b/stlport/systemstl/functional index e1f906bdd..6c3166d42 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 |