mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-05 15:54:39 +02:00
fix BCC conflict with boost::next/prior
[SVN r25163]
This commit is contained in:
@@ -14,11 +14,15 @@
|
|||||||
// $Date$
|
// $Date$
|
||||||
// $Revision$
|
// $Revision$
|
||||||
|
|
||||||
|
#include <boost/mpl/aux_/common_name_wknd.hpp>
|
||||||
#include <boost/mpl/aux_/na_spec.hpp>
|
#include <boost/mpl/aux_/na_spec.hpp>
|
||||||
#include <boost/mpl/aux_/lambda_support.hpp>
|
#include <boost/mpl/aux_/lambda_support.hpp>
|
||||||
|
|
||||||
namespace boost { namespace mpl {
|
namespace boost { namespace mpl {
|
||||||
|
|
||||||
|
BOOST_MPL_AUX_COMMON_NAME_WKND(next)
|
||||||
|
BOOST_MPL_AUX_COMMON_NAME_WKND(prior)
|
||||||
|
|
||||||
template<
|
template<
|
||||||
typename BOOST_MPL_AUX_NA_PARAM(T)
|
typename BOOST_MPL_AUX_NA_PARAM(T)
|
||||||
>
|
>
|
||||||
|
Reference in New Issue
Block a user