mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-03 14:54:30 +02:00
ETI workarounds for vc6
[SVN r18484]
This commit is contained in:
@@ -22,6 +22,7 @@
|
|||||||
#include "boost/mpl/aux_/sequence_tag.hpp"
|
#include "boost/mpl/aux_/sequence_tag.hpp"
|
||||||
#include "boost/mpl/aux_/void_spec.hpp"
|
#include "boost/mpl/aux_/void_spec.hpp"
|
||||||
#include "boost/mpl/aux_/lambda_support.hpp"
|
#include "boost/mpl/aux_/lambda_support.hpp"
|
||||||
|
#include "boost/mpl/aux_/msvc_eti_base.hpp"
|
||||||
|
|
||||||
namespace boost {
|
namespace boost {
|
||||||
namespace mpl {
|
namespace mpl {
|
||||||
@@ -30,8 +31,10 @@ template<
|
|||||||
typename BOOST_MPL_AUX_VOID_SPEC_PARAM(Sequence)
|
typename BOOST_MPL_AUX_VOID_SPEC_PARAM(Sequence)
|
||||||
>
|
>
|
||||||
struct size
|
struct size
|
||||||
: size_traits< typename BOOST_MPL_AUX_SEQUENCE_TAG(Sequence) >
|
: aux::msvc_eti_base<
|
||||||
::template algorithm< Sequence >
|
typename size_traits< typename BOOST_MPL_AUX_SEQUENCE_TAG(Sequence) >
|
||||||
|
::template algorithm< Sequence >::type
|
||||||
|
>::type
|
||||||
{
|
{
|
||||||
BOOST_MPL_AUX_LAMBDA_SUPPORT(1,size,(Sequence))
|
BOOST_MPL_AUX_LAMBDA_SUPPORT(1,size,(Sequence))
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user