ndnboost: Also rename BOOST_ to NDNBOOST_
diff --git a/include/ndnboost/mpl/aux_/preprocessed/bcc/modulus.hpp b/include/ndnboost/mpl/aux_/preprocessed/bcc/modulus.hpp
index 65509f2..2009f89 100644
--- a/include/ndnboost/mpl/aux_/preprocessed/bcc/modulus.hpp
+++ b/include/ndnboost/mpl/aux_/preprocessed/bcc/modulus.hpp
@@ -17,8 +17,8 @@
>
struct modulus_impl
: if_c<
- ( BOOST_MPL_AUX_NESTED_VALUE_WKND(int, Tag1)
- > BOOST_MPL_AUX_NESTED_VALUE_WKND(int, Tag2)
+ ( NDNBOOST_MPL_AUX_NESTED_VALUE_WKND(int, Tag1)
+ > NDNBOOST_MPL_AUX_NESTED_VALUE_WKND(int, Tag2)
)
, aux::cast2nd_impl< modulus_impl< Tag1,Tag1 >,Tag1, Tag2 >
@@ -33,7 +33,7 @@
template< typename U1, typename U2 > struct apply
{
typedef apply type;
- BOOST_STATIC_CONSTANT(int, value = 0);
+ NDNBOOST_STATIC_CONSTANT(int, value = 0);
};
};
@@ -42,7 +42,7 @@
template< typename U1, typename U2 > struct apply
{
typedef apply type;
- BOOST_STATIC_CONSTANT(int, value = 0);
+ NDNBOOST_STATIC_CONSTANT(int, value = 0);
};
};
@@ -51,7 +51,7 @@
template< typename U1, typename U2 > struct apply
{
typedef apply type;
- BOOST_STATIC_CONSTANT(int, value = 0);
+ NDNBOOST_STATIC_CONSTANT(int, value = 0);
};
};
@@ -61,8 +61,8 @@
};
template<
- typename BOOST_MPL_AUX_NA_PARAM(N1)
- , typename BOOST_MPL_AUX_NA_PARAM(N2)
+ typename NDNBOOST_MPL_AUX_NA_PARAM(N1)
+ , typename NDNBOOST_MPL_AUX_NA_PARAM(N2)
>
struct modulus
@@ -71,11 +71,11 @@
, typename modulus_tag<N2>::type
>::template apply< N1,N2 >::type
{
- BOOST_MPL_AUX_LAMBDA_SUPPORT(2, modulus, (N1, N2))
+ NDNBOOST_MPL_AUX_LAMBDA_SUPPORT(2, modulus, (N1, N2))
};
-BOOST_MPL_AUX_NA_SPEC2(2, 2, modulus)
+NDNBOOST_MPL_AUX_NA_SPEC2(2, 2, modulus)
}}
@@ -90,8 +90,8 @@
typename N1::value_type
, typename N2::value_type
>::type
- , ( BOOST_MPL_AUX_VALUE_WKND(N1)::value
- % BOOST_MPL_AUX_VALUE_WKND(N2)::value
+ , ( NDNBOOST_MPL_AUX_VALUE_WKND(N1)::value
+ % NDNBOOST_MPL_AUX_VALUE_WKND(N2)::value
)
>
{