STEllAR-GROUP / phylanx

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

Attempting to fix compilation problem related to hpx::tuple #1253

Closed hkaiser closed 4 years ago

hkaiser commented 4 years ago

@khuck could you please verify whether this fixes the issue you reported (#1252)? I'm not sure what's causing the problem, so this is just a blind attempt to fix things.

khuck commented 4 years ago

@hkaiser yeah, this seems to fix things. I am still compiling, but it's past 60%, whereas the build failure from the issue was happening 10% in. thanks!