RE: [boost] Re: [MPL] is_sequence problem

I only suggest that because with VC I have seen weirdness like that. I.e. you THINK you have brought something in with a using, but it , in some weird case, doesn't work for whatever reason.
-----Original Message----- From: boost-bounces@lists.boost.org [mailto:boost-bounces@lists.boost.org] On Behalf Of Joel Sent: Thursday, May 05, 2005 10:25 PM To: boost@lists.boost.org 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

Brian Braatz wrote:
I only suggest that because with VC I have seen weirdness like that. I.e. you THINK you have brought something in with a using, but it , in some weird case, doesn't work for whatever reason.
Understood. Well, I always check with at least 3 compilers (VC7, g++ and Comeau). Regards, -- Joel de Guzman http://www.boost-consulting.com http://spirit.sf.net
participants (2)
-
Brian Braatz
-
Joel