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
This commit is contained in:
parent
c5c0eb6ead
commit
3aa63439ba
1 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue