[MPL] eval_if<> woes

I'm getting weird errors from gcc-3.4.2 saying that eval_if<> does not have a nested 'type'. I just did a CVS update. Any clues, or do I need to provide more context? Dave

"David B. Held" <dheld@codelogicconsulting.com> writes:
I'm getting weird errors from gcc-3.4.2 saying that eval_if<> does not have a nested 'type'. I just did a CVS update. Any clues, or do I need to provide more context?
More context please. -- Dave Abrahams Boost Consulting http://www.boost-consulting.com

On 10/22/2004 11:35 PM, David B. Held wrote:
I'm getting weird errors from gcc-3.4.2 saying that eval_if<> does not have a nested 'type'. I just did a CVS update. Any clues, or do I need to provide more context?
See if: http://aspn.activestate.com/ASPN/Mail/Message/2196066 helps. It just involves using deref. I had problems figuring out how to do it, but the last 2 posts in the thread shows how.

Larry Evans wrote:
[...] See if:
http://aspn.activestate.com/ASPN/Mail/Message/2196066
helps. It just involves using deref. I had problems figuring out how to do it, but the last 2 posts in the thread shows how.
Thanks, Larry. I'm thinking this is exactly what I need! Dave
participants (3)
-
David Abrahams
-
David B. Held
-
Larry Evans