Added COMMON_NAME_WKND workaround.

[SVN r19575]
This commit is contained in:
Eric Friedman
2003-08-14 02:16:07 +00:00
parent 74d4e978f9
commit 6e55132748
3 changed files with 9 additions and 0 deletions

View File

@@ -20,11 +20,14 @@
#include "boost/mpl/replace_if.hpp"
#include "boost/mpl/protect.hpp"
#include "boost/mpl/same_as.hpp"
#include "boost/mpl/aux_/common_name_wknd.hpp"
#include "boost/mpl/aux_/void_spec.hpp"
namespace boost {
namespace mpl {
BOOST_MPL_AUX_COMMON_NAME_WKND(replace)
BOOST_MPL_AUX_AGLORITHM_NAMESPACE_BEGIN
template<

View File

@@ -22,11 +22,14 @@
#include "boost/mpl/apply.hpp"
#include "boost/mpl/if.hpp"
#include "boost/mpl/protect.hpp"
#include "boost/mpl/aux_/common_name_wknd.hpp"
#include "boost/mpl/aux_/void_spec.hpp"
namespace boost {
namespace mpl {
BOOST_MPL_AUX_COMMON_NAME_WKND(replace_if)
namespace aux {
template< typename Predicate, typename T >

View File

@@ -23,11 +23,14 @@
#include "boost/mpl/lambda.hpp"
#include "boost/mpl/apply.hpp"
#include "boost/mpl/protect.hpp"
#include "boost/mpl/aux_/common_name_wknd.hpp"
#include "boost/mpl/aux_/void_spec.hpp"
namespace boost {
namespace mpl {
BOOST_MPL_AUX_COMMON_NAME_WKND(transform)
namespace aux {
template< typename Op >