ndnboost: also replace the mpl_ barrier namespace.
diff --git a/include/ndn-cpp/common.hpp b/include/ndn-cpp/common.hpp
index 5ba6875..f0bd736 100644
--- a/include/ndn-cpp/common.hpp
+++ b/include/ndn-cpp/common.hpp
@@ -39,6 +39,8 @@
// (unset LANG; find . -type f -exec sed -i '' 's/_DWA/_NDNBOOST_DWA/g' {} +)
// (unset LANG; find . -type f -exec sed -i '' 's/ UUID_/ NDNBOOST_UUID_/g' {} +)
// (unset LANG; find . -type f -exec sed -i '' 's/ FILE_boost/ FILE_ndnboost/g' {} +)
+// # Replace the mpl_ barrier namespace. This should only change file adl_barrier.hpp.
+// (unset LANG; find . -type f -exec sed -i '' 's/ mpl_/ ndnboost_mpl_/g' {} +)
#include <ndnboost/shared_ptr.hpp>
#include <ndnboost/make_shared.hpp>
namespace ndn { namespace ptr_lib = ndnboost; }
diff --git a/include/ndnboost/mpl/aux_/adl_barrier.hpp b/include/ndnboost/mpl/aux_/adl_barrier.hpp
index 70ad2f7..ae3c4a7 100644
--- a/include/ndnboost/mpl/aux_/adl_barrier.hpp
+++ b/include/ndnboost/mpl/aux_/adl_barrier.hpp
@@ -20,8 +20,8 @@
#if !defined(NDNBOOST_MPL_CFG_NO_ADL_BARRIER_NAMESPACE)
-# define NDNBOOST_MPL_AUX_ADL_BARRIER_NAMESPACE mpl_
-# define NDNBOOST_MPL_AUX_ADL_BARRIER_NAMESPACE_OPEN namespace mpl_ {
+# define NDNBOOST_MPL_AUX_ADL_BARRIER_NAMESPACE ndnboost_mpl_
+# define NDNBOOST_MPL_AUX_ADL_BARRIER_NAMESPACE_OPEN namespace ndnboost_mpl_ {
# define NDNBOOST_MPL_AUX_ADL_BARRIER_NAMESPACE_CLOSE }
# define NDNBOOST_MPL_AUX_ADL_BARRIER_DECL(type) \
namespace ndnboost { namespace mpl { \