ndnboost: Also rename BOOST_ to NDNBOOST_
diff --git a/include/ndnboost/mpl/aux_/preprocessed/msvc60/divides.hpp b/include/ndnboost/mpl/aux_/preprocessed/msvc60/divides.hpp
index b5f7fdd..b6631ad 100644
--- a/include/ndnboost/mpl/aux_/preprocessed/msvc60/divides.hpp
+++ b/include/ndnboost/mpl/aux_/preprocessed/msvc60/divides.hpp
@@ -15,8 +15,8 @@
typename Tag1
, typename Tag2
- , BOOST_MPL_AUX_NTTP_DECL(int, tag1_) = BOOST_MPL_AUX_MSVC_VALUE_WKND(Tag1)::value
- , BOOST_MPL_AUX_NTTP_DECL(int, tag2_) = BOOST_MPL_AUX_MSVC_VALUE_WKND(Tag2)::value
+ , NDNBOOST_MPL_AUX_NTTP_DECL(int, tag1_) = NDNBOOST_MPL_AUX_MSVC_VALUE_WKND(Tag1)::value
+ , NDNBOOST_MPL_AUX_NTTP_DECL(int, tag2_) = NDNBOOST_MPL_AUX_MSVC_VALUE_WKND(Tag2)::value
>
struct divides_impl
: if_c<
@@ -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);
};
};
@@ -63,14 +63,14 @@
/// forward declaration
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 divides2;
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)
, typename N3 = na, typename N4 = na, typename N5 = na
>
struct divides
@@ -86,7 +86,7 @@
>::type
{
- BOOST_MPL_AUX_LAMBDA_SUPPORT(
+ NDNBOOST_MPL_AUX_LAMBDA_SUPPORT(
5
, divides
, ( N1, N2, N3, N4, N5 )
@@ -108,11 +108,11 @@
>::type >::type
{
- BOOST_MPL_AUX_LAMBDA_SUPPORT(2, divides2, (N1, N2))
+ NDNBOOST_MPL_AUX_LAMBDA_SUPPORT(2, divides2, (N1, N2))
};
-BOOST_MPL_AUX_NA_SPEC2(2, 5, divides)
+NDNBOOST_MPL_AUX_NA_SPEC2(2, 5, divides)
}}
@@ -122,7 +122,7 @@
template< typename T, T n1, T n2 >
struct divides_wknd
{
- BOOST_STATIC_CONSTANT(T, value = (n1 / n2));
+ NDNBOOST_STATIC_CONSTANT(T, value = (n1 / n2));
typedef integral_c< T,value > type;
};