mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-05 15:54:39 +02:00
more MIPSpro 7.3 fixes
[SVN r24957]
This commit is contained in:
@@ -175,7 +175,7 @@ template<> struct lambda_impl< int_<i_> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
|
@@ -54,7 +54,7 @@ template<> struct lambda_impl< int_<1> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
@@ -84,7 +84,7 @@ template<> struct lambda_impl< int_<2> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
@@ -116,7 +116,7 @@ template<> struct lambda_impl< int_<3> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
@@ -151,7 +151,7 @@ template<> struct lambda_impl< int_<4> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
@@ -188,7 +188,7 @@ template<> struct lambda_impl< int_<5> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
|
@@ -15,7 +15,7 @@ template< bool >
|
|||||||
struct template_arity_impl
|
struct template_arity_impl
|
||||||
{
|
{
|
||||||
template< typename F > struct result_
|
template< typename F > struct result_
|
||||||
: int_< -1 >
|
: mpl::int_< -1 >
|
||||||
{
|
{
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@@ -54,7 +54,7 @@ template<> struct lambda_impl< int_<1> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
@@ -84,7 +84,7 @@ template<> struct lambda_impl< int_<2> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
@@ -116,7 +116,7 @@ template<> struct lambda_impl< int_<3> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
@@ -151,7 +151,7 @@ template<> struct lambda_impl< int_<4> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
@@ -188,7 +188,7 @@ template<> struct lambda_impl< int_<5> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
|
@@ -15,7 +15,7 @@ template< bool >
|
|||||||
struct template_arity_impl
|
struct template_arity_impl
|
||||||
{
|
{
|
||||||
template< typename F > struct result_
|
template< typename F > struct result_
|
||||||
: int_< -1 >
|
: mpl::int_< -1 >
|
||||||
{
|
{
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@@ -54,7 +54,7 @@ template<> struct lambda_impl< int_<1> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
@@ -84,7 +84,7 @@ template<> struct lambda_impl< int_<2> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
@@ -116,7 +116,7 @@ template<> struct lambda_impl< int_<3> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
@@ -151,7 +151,7 @@ template<> struct lambda_impl< int_<4> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
@@ -188,7 +188,7 @@ template<> struct lambda_impl< int_<5> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
|
@@ -54,7 +54,7 @@ template<> struct lambda_impl< int_<1> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
@@ -84,7 +84,7 @@ template<> struct lambda_impl< int_<2> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
@@ -116,7 +116,7 @@ template<> struct lambda_impl< int_<3> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
@@ -151,7 +151,7 @@ template<> struct lambda_impl< int_<4> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
@@ -188,7 +188,7 @@ template<> struct lambda_impl< int_<5> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
|
@@ -95,7 +95,7 @@ struct template_arity
|
|||||||
|
|
||||||
));
|
));
|
||||||
|
|
||||||
typedef int_<value> type;
|
typedef mpl::int_<value> type;
|
||||||
};
|
};
|
||||||
|
|
||||||
}}}
|
}}}
|
||||||
|
@@ -54,7 +54,7 @@ template<> struct lambda_impl< int_<1> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
@@ -84,7 +84,7 @@ template<> struct lambda_impl< int_<2> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
@@ -116,7 +116,7 @@ template<> struct lambda_impl< int_<3> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
@@ -151,7 +151,7 @@ template<> struct lambda_impl< int_<4> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
@@ -188,7 +188,7 @@ template<> struct lambda_impl< int_<5> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
|
@@ -15,7 +15,7 @@ template< bool >
|
|||||||
struct template_arity_impl
|
struct template_arity_impl
|
||||||
{
|
{
|
||||||
template< typename F > struct result_
|
template< typename F > struct result_
|
||||||
: int_< -1 >
|
: mpl::int_< -1 >
|
||||||
{
|
{
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -38,7 +38,7 @@ struct template_arity
|
|||||||
|
|
||||||
template<>
|
template<>
|
||||||
struct template_arity<int>
|
struct template_arity<int>
|
||||||
: int_< -1 >
|
: mpl::int_< -1 >
|
||||||
{
|
{
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -54,7 +54,7 @@ template<> struct lambda_impl< int_<1> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
@@ -84,7 +84,7 @@ template<> struct lambda_impl< int_<2> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
@@ -116,7 +116,7 @@ template<> struct lambda_impl< int_<3> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
@@ -151,7 +151,7 @@ template<> struct lambda_impl< int_<4> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
@@ -188,7 +188,7 @@ template<> struct lambda_impl< int_<5> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
|
@@ -15,7 +15,7 @@ template< bool >
|
|||||||
struct template_arity_impl
|
struct template_arity_impl
|
||||||
{
|
{
|
||||||
template< typename F > struct result_
|
template< typename F > struct result_
|
||||||
: int_< -1 >
|
: mpl::int_< -1 >
|
||||||
{
|
{
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -38,7 +38,7 @@ struct template_arity
|
|||||||
|
|
||||||
template<>
|
template<>
|
||||||
struct template_arity<int>
|
struct template_arity<int>
|
||||||
: int_< -1 >
|
: mpl::int_< -1 >
|
||||||
{
|
{
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -54,7 +54,7 @@ template<> struct lambda_impl< int_<1> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
@@ -84,7 +84,7 @@ template<> struct lambda_impl< int_<2> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
@@ -116,7 +116,7 @@ template<> struct lambda_impl< int_<3> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
@@ -151,7 +151,7 @@ template<> struct lambda_impl< int_<4> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
@@ -188,7 +188,7 @@ template<> struct lambda_impl< int_<5> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
|
@@ -54,7 +54,7 @@ template<> struct lambda_impl< int_<1> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
@@ -84,7 +84,7 @@ template<> struct lambda_impl< int_<2> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
@@ -116,7 +116,7 @@ template<> struct lambda_impl< int_<3> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
@@ -151,7 +151,7 @@ template<> struct lambda_impl< int_<4> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
@@ -188,7 +188,7 @@ template<> struct lambda_impl< int_<5> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
|
@@ -15,7 +15,7 @@ template< bool >
|
|||||||
struct template_arity_impl
|
struct template_arity_impl
|
||||||
{
|
{
|
||||||
template< typename F > struct result_
|
template< typename F > struct result_
|
||||||
: int_< -1 >
|
: mpl::int_< -1 >
|
||||||
{
|
{
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@@ -54,7 +54,7 @@ template<> struct lambda_impl< int_<1> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
@@ -84,7 +84,7 @@ template<> struct lambda_impl< int_<2> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
@@ -116,7 +116,7 @@ template<> struct lambda_impl< int_<3> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
@@ -151,7 +151,7 @@ template<> struct lambda_impl< int_<4> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
@@ -188,7 +188,7 @@ template<> struct lambda_impl< int_<5> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
|
@@ -15,7 +15,7 @@ template< bool >
|
|||||||
struct template_arity_impl
|
struct template_arity_impl
|
||||||
{
|
{
|
||||||
template< typename F > struct result_
|
template< typename F > struct result_
|
||||||
: int_< -1 >
|
: mpl::int_< -1 >
|
||||||
{
|
{
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@@ -54,7 +54,7 @@ template<> struct lambda_impl< int_<1> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
@@ -84,7 +84,7 @@ template<> struct lambda_impl< int_<2> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
@@ -116,7 +116,7 @@ template<> struct lambda_impl< int_<3> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
@@ -151,7 +151,7 @@ template<> struct lambda_impl< int_<4> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
@@ -188,7 +188,7 @@ template<> struct lambda_impl< int_<5> >
|
|||||||
|
|
||||||
typedef typename if_<
|
typedef typename if_<
|
||||||
is_le
|
is_le
|
||||||
, if_< Protect, protect<bind_>, bind_ >
|
, if_< Protect, mpl::protect<bind_>, bind_ >
|
||||||
, identity<F>
|
, identity<F>
|
||||||
>::type type_;
|
>::type type_;
|
||||||
|
|
||||||
|
@@ -117,7 +117,7 @@ struct template_arity
|
|||||||
) >::value
|
) >::value
|
||||||
));
|
));
|
||||||
|
|
||||||
typedef int_<value> type;
|
typedef mpl::int_<value> type;
|
||||||
};
|
};
|
||||||
|
|
||||||
# undef AUX778076_TEMPLATE_ARITY_IMPL_INVOCATION
|
# undef AUX778076_TEMPLATE_ARITY_IMPL_INVOCATION
|
||||||
@@ -137,7 +137,7 @@ template< bool >
|
|||||||
struct template_arity_impl
|
struct template_arity_impl
|
||||||
{
|
{
|
||||||
template< typename F > struct result_
|
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)
|
#if defined(BOOST_MPL_CFG_MSVC_ETI_BUG)
|
||||||
template<>
|
template<>
|
||||||
struct template_arity<int>
|
struct template_arity<int>
|
||||||
: int_<-1>
|
: mpl::int_<-1>
|
||||||
{
|
{
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user