STEllAR-GROUP / phylanx

An Asynchronous Distributed C++ Array Processing Toolkit
Boost Software License 1.0
75 stars 76 forks source link

Use shared_ptr to an array only if it's supported #1207

Closed hkaiser closed 4 years ago

taless474 commented 4 years ago

Thanks for the PR. I see these errors: https://gist.github.com/taless474/51e0f5d7b30600d7ae0193fd3b923ec2

hkaiser commented 4 years ago

@taless474 Uhh, these errors are unrelated, no idea what's causing those. Do you use a released Blaze version or is this Blaze top of master?

taless474 commented 4 years ago

I am using the blaze package installed on Rostam which I think is the last release (Blaze 3.7) I will install Blaze from its master and try it again, thank you.

taless474 commented 4 years ago

It worked properly. Thank you very much.