mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-03 06:44:37 +02:00
Allow DEREF_WNKD outside of mpl namespace.
[SVN r19162]
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user