[macstl-dev] gcc 3.3 on YellowDogLinux
Michael LeBlanc
leblanc at skycomputers.com
Thu Mar 31 23:55:01 WST 2005
I added the following constructor
vec (vec <int, 4> v): data_ (v.data())
{
}
to
template <> class vec <boolean <int>, 4>:
public impl::vec_base <__vector __bool int, boolean <int>, boolean
<int> >
in impl/vec_altivec.h, and reinstated all the explicit uses of vec
<boolean <int>, 4>
It compiles!
I admit I am grasping at straws. Is this appropriate?
Unfortunately it still traps at run-time.
More information about the macstl-dev
mailing list