Boost logo

Boost Users :

From: Agoston Bejo (gusz1_at_[hidden])
Date: 2004-12-19 19:27:18


"Jeremiah Willcock" <jewillco_at_[hidden]> wrote in message
news:Pine.GSO.4.58.0412180004560.19449_at_earth.osl.iu.edu...
> I don't have access to VC++ 7.1 right now, so I can't find the whole
> problem you're having, but I have one comment: the uses of typename
> before is_arithmetic and is_object are unnecessary, since the types you're
> accessing are not members. I don't know if it will solve your ICE
> problem, but try removing those uses of typename. Otherwise, try using
> enable_if_c and adding ::value after the conditions (but still without a
> typename inside the condition for enable_if_c).

Thanks a lot, it did solve the problem.

Agoston


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net