
bimap library test typeof fails to compile with compilers that do not support typeof extension like aCC, cxx and icc. Ok to mark it known failure for corresponding toolsets? Thanks, Boris

On 6/8/07, Boris Gubenko <Boris.Gubenko@hp.com> wrote:
bimap library test typeof fails to compile with compilers that do not support typeof extension like aCC, cxx and icc.
Ok to mark it known failure for corresponding toolsets?
Yes. Will acc work if I declare all my types to typeof? (I am not doing that right now) Thank you Boris Best Regards Matias

Matias Capeletto wrote:
On 6/8/07, Boris Gubenko <Boris.Gubenko@hp.com> wrote:
Ok to mark it known failure for corresponding toolsets?
Yes.
Will do. Thanks.
Will acc work if I declare all my types to typeof? (I am not doing that right now)
I'm not sure what you mean, but if you send me a patch, I'll be happy to try it locally. It is not just aCC, it is any EDG-based compiler, they all fail the same. For example, from http://tinyurl.com/2qjmwd (Intel's compiler on Windows): ..\boost/typeof/encode_decode.hpp(47): error: incomplete type is not allowed struct encode_type : BOOST_TYPEOF_ENCODE_NS_QUALIFIER::encode_type_impl<V, T> Thanks again, Boris ----- Original Message ----- From: "Matias Capeletto" <matias.capeletto@gmail.com> To: <boost@lists.boost.org> Sent: Friday, June 08, 2007 5:44 PM Subject: Re: [boost] [bimap] test typeof
On 6/8/07, Boris Gubenko <Boris.Gubenko@hp.com> wrote:
bimap library test typeof fails to compile with compilers that do not support typeof extension like aCC, cxx and icc.
Ok to mark it known failure for corresponding toolsets?
Yes. Will acc work if I declare all my types to typeof? (I am not doing that right now)
Thank you Boris Best Regards Matias _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
participants (2)
-
Boris Gubenko
-
Matias Capeletto