summaryrefslogtreecommitdiff
path: root/stlport
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-08-03 10:54:37 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-08-03 10:54:37 +0000
commit3aa63439bade15295d5a397a8b73a9430bc6540b (patch)
tree1caf1c3eddb94ad8f7a809d6586bb6e63f550061 /stlport
parentc5c0eb6ead8803bdf124367143b1965ecd2c5ab7 (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')
-rw-r--r--stlport/systemstl/functional10
1 files changed, 8 insertions, 2 deletions
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