Allow DEREF_WNKD outside of mpl namespace.

[SVN r19162]
This commit is contained in:
Eric Friedman
2003-07-17 00:51:39 +00:00
parent d49590c199
commit f5db13e0f0

View File

@@ -36,7 +36,7 @@ template<> struct deref_wknd<int>
}}} // namespace boost::mpl::aux
# define BOOST_MPL_AUX_DEREF_WNKD(iter) aux::deref_wknd<iter>::type
# define BOOST_MPL_AUX_DEREF_WNKD(iter) ::boost::mpl::aux::deref_wknd<iter>::type
#else