Boost logo

Boost :

From: Brian Braatz (brianb_at_[hidden])
Date: 2005-05-06 01:54:01


This is not my problem (just piqued my interest :) )

But for grins I tried this on 7.1

          boost::mpl::is_sequence< list<int> >; // compiles
          boost::mpl::is_sequence< int_<0> >; // compiles
          boost::mpl::is_sequence< int<0> >; // doesnt compile
          boost::mpl::is_sequence< int_<0> >::value; // doesnt compile

so replacing with int didn't work

> -----Original Message-----
> From: boost-bounces_at_[hidden]
[mailto:boost-bounces_at_[hidden]]
> On Behalf Of Joel
> Sent: Thursday, May 05, 2005 10:25 PM
> To: boost_at_[hidden]
> Subject: [boost] Re: [MPL] is_sequence problem
>
> Brian Braatz wrote:
> > Could it be as simple as missing the namespace on the is_sqeuence<>
> > call?
>
> Have you tried it? If it was, I wouldn't have bothered the list ;-)
> Try replacing int_<0> with int.
>
> Regards,
> --
> Joel de Guzman
> http://www.boost-consulting.com
> http://spirit.sf.net
>
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk