문제

I had used blitz 0.09 for a long time. Currently I updated it to blitz 0.10. And the blitz/tinyvec.h is gone. There is a similar one blitz/tinyvec2.h. I change to it, but compilation doesn't pass. I have to include blitz/array.h to pass the compilation. How can I just include a short tinyvec header file in blitz 0.10 since I only use tiny vectors? Thanks.

도움이 되었습니까?

해결책

I have found that blitz/tinyvec2.h will compile if you also include blitz/tinyvec2.cc.

I hope that helps.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top