BZDEV: Re: BZBUGS: Little problem with multi.h

From: Todd Veldhuizen (tveldhui@extreme.indiana.edu)
Date: Mon Aug 23 1999 - 16:19:15 EST


The namespace problem has been fixed in blitz-19990823. Thanks
to all the folks who reported this and apologies for being so slow
with a fix.

Cheers,
Todd

Derrick Bass wrote:
>
> There seems to be a namespace problem in multi.h (manifesting itself
> as a problem getting extract.cpp in the testsuite to compile)
> By the way, I'm using Blitz++ version 0.5beta.
>
> Changing the definition of BZ_DECLARE_MULTICOMPONENT_TYPE in multi.h
> to
> #define BZ_DECLARE_MULTICOMPONENT_TYPE(T_tuple,T,N) \
> BZ_NAMESPACE(blitz) \
> template<> \
> struct multicomponent_traits<T_tuple > { \
> typedef T T_element; \
> enum { numComponents = N }; \
> }; \
> BZ_NAMESPACE_END
> fixes the problem.
>
> Derrick Bass
>
> --------------------- blitz-bugs list --------------------------------
> * To subscribe/unsubscribe: use the handy web form at
> http://oonumerics.org/blitz/lists.html
>
>

-- 
Todd Veldhuizen               tveldhui@acm.org
Indiana Univ. Comp. Sci.      http://extreme.indiana.edu/~tveldhui/

--------------------- blitz-dev list -------------------------------- * To subscribe/unsubscribe: use the handy web form at http://oonumerics.org/blitz/lists.html



This archive was generated by hypermail 2b29 : Wed Feb 20 2002 - 04:30:10 EST