more MIPSpro 7.3 fixes

[SVN r24957]
This commit is contained in:
Aleksey Gurtovoy
2004-09-07 12:24:50 +00:00
parent a60de56828
commit 3394c6c03d
19 changed files with 63 additions and 63 deletions

View File

@@ -175,7 +175,7 @@ template<> struct lambda_impl< int_<i_> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;

View File

@@ -54,7 +54,7 @@ template<> struct lambda_impl< int_<1> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;
@@ -84,7 +84,7 @@ template<> struct lambda_impl< int_<2> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;
@@ -116,7 +116,7 @@ template<> struct lambda_impl< int_<3> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;
@@ -151,7 +151,7 @@ template<> struct lambda_impl< int_<4> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;
@@ -188,7 +188,7 @@ template<> struct lambda_impl< int_<5> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;

View File

@@ -15,7 +15,7 @@ template< bool >
struct template_arity_impl
{
template< typename F > struct result_
: int_< -1 >
: mpl::int_< -1 >
{
};
};

View File

@@ -54,7 +54,7 @@ template<> struct lambda_impl< int_<1> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;
@@ -84,7 +84,7 @@ template<> struct lambda_impl< int_<2> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;
@@ -116,7 +116,7 @@ template<> struct lambda_impl< int_<3> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;
@@ -151,7 +151,7 @@ template<> struct lambda_impl< int_<4> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;
@@ -188,7 +188,7 @@ template<> struct lambda_impl< int_<5> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;

View File

@@ -15,7 +15,7 @@ template< bool >
struct template_arity_impl
{
template< typename F > struct result_
: int_< -1 >
: mpl::int_< -1 >
{
};
};

View File

@@ -54,7 +54,7 @@ template<> struct lambda_impl< int_<1> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;
@@ -84,7 +84,7 @@ template<> struct lambda_impl< int_<2> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;
@@ -116,7 +116,7 @@ template<> struct lambda_impl< int_<3> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;
@@ -151,7 +151,7 @@ template<> struct lambda_impl< int_<4> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;
@@ -188,7 +188,7 @@ template<> struct lambda_impl< int_<5> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;

View File

@@ -54,7 +54,7 @@ template<> struct lambda_impl< int_<1> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;
@@ -84,7 +84,7 @@ template<> struct lambda_impl< int_<2> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;
@@ -116,7 +116,7 @@ template<> struct lambda_impl< int_<3> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;
@@ -151,7 +151,7 @@ template<> struct lambda_impl< int_<4> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;
@@ -188,7 +188,7 @@ template<> struct lambda_impl< int_<5> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;

View File

@@ -95,7 +95,7 @@ struct template_arity
));
typedef int_<value> type;
typedef mpl::int_<value> type;
};
}}}

View File

@@ -54,7 +54,7 @@ template<> struct lambda_impl< int_<1> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;
@@ -84,7 +84,7 @@ template<> struct lambda_impl< int_<2> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;
@@ -116,7 +116,7 @@ template<> struct lambda_impl< int_<3> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;
@@ -151,7 +151,7 @@ template<> struct lambda_impl< int_<4> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;
@@ -188,7 +188,7 @@ template<> struct lambda_impl< int_<5> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;

View File

@@ -15,7 +15,7 @@ template< bool >
struct template_arity_impl
{
template< typename F > struct result_
: int_< -1 >
: mpl::int_< -1 >
{
};
};
@@ -38,7 +38,7 @@ struct template_arity
template<>
struct template_arity<int>
: int_< -1 >
: mpl::int_< -1 >
{
};

View File

@@ -54,7 +54,7 @@ template<> struct lambda_impl< int_<1> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;
@@ -84,7 +84,7 @@ template<> struct lambda_impl< int_<2> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;
@@ -116,7 +116,7 @@ template<> struct lambda_impl< int_<3> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;
@@ -151,7 +151,7 @@ template<> struct lambda_impl< int_<4> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;
@@ -188,7 +188,7 @@ template<> struct lambda_impl< int_<5> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;

View File

@@ -15,7 +15,7 @@ template< bool >
struct template_arity_impl
{
template< typename F > struct result_
: int_< -1 >
: mpl::int_< -1 >
{
};
};
@@ -38,7 +38,7 @@ struct template_arity
template<>
struct template_arity<int>
: int_< -1 >
: mpl::int_< -1 >
{
};

View File

@@ -54,7 +54,7 @@ template<> struct lambda_impl< int_<1> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;
@@ -84,7 +84,7 @@ template<> struct lambda_impl< int_<2> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;
@@ -116,7 +116,7 @@ template<> struct lambda_impl< int_<3> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;
@@ -151,7 +151,7 @@ template<> struct lambda_impl< int_<4> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;
@@ -188,7 +188,7 @@ template<> struct lambda_impl< int_<5> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;

View File

@@ -54,7 +54,7 @@ template<> struct lambda_impl< int_<1> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;
@@ -84,7 +84,7 @@ template<> struct lambda_impl< int_<2> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;
@@ -116,7 +116,7 @@ template<> struct lambda_impl< int_<3> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;
@@ -151,7 +151,7 @@ template<> struct lambda_impl< int_<4> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;
@@ -188,7 +188,7 @@ template<> struct lambda_impl< int_<5> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;

View File

@@ -15,7 +15,7 @@ template< bool >
struct template_arity_impl
{
template< typename F > struct result_
: int_< -1 >
: mpl::int_< -1 >
{
};
};

View File

@@ -54,7 +54,7 @@ template<> struct lambda_impl< int_<1> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;
@@ -84,7 +84,7 @@ template<> struct lambda_impl< int_<2> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;
@@ -116,7 +116,7 @@ template<> struct lambda_impl< int_<3> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;
@@ -151,7 +151,7 @@ template<> struct lambda_impl< int_<4> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;
@@ -188,7 +188,7 @@ template<> struct lambda_impl< int_<5> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;

View File

@@ -15,7 +15,7 @@ template< bool >
struct template_arity_impl
{
template< typename F > struct result_
: int_< -1 >
: mpl::int_< -1 >
{
};
};

View File

@@ -54,7 +54,7 @@ template<> struct lambda_impl< int_<1> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;
@@ -84,7 +84,7 @@ template<> struct lambda_impl< int_<2> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;
@@ -116,7 +116,7 @@ template<> struct lambda_impl< int_<3> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;
@@ -151,7 +151,7 @@ template<> struct lambda_impl< int_<4> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;
@@ -188,7 +188,7 @@ template<> struct lambda_impl< int_<5> >
typedef typename if_<
is_le
, if_< Protect, protect<bind_>, bind_ >
, if_< Protect, mpl::protect<bind_>, bind_ >
, identity<F>
>::type type_;

View File

@@ -117,7 +117,7 @@ struct template_arity
) >::value
));
typedef int_<value> type;
typedef mpl::int_<value> type;
};
# undef AUX778076_TEMPLATE_ARITY_IMPL_INVOCATION
@@ -137,7 +137,7 @@ template< bool >
struct template_arity_impl
{
template< typename F > struct result_
: int_<-1>
: mpl::int_<-1>
{
};
};
@@ -161,7 +161,7 @@ struct template_arity
#if defined(BOOST_MPL_CFG_MSVC_ETI_BUG)
template<>
struct template_arity<int>
: int_<-1>
: mpl::int_<-1>
{
};
#endif