Closed jeffhammond closed 7 years ago
@jeffhammond Thank you for reporting, it's the first time I see a problem in the dash::ce
implementation.
I will put icc-18 on one of our machines and try to reproduce this.
You use -std=c++17
which should be okay in principle, but did you also try -std=c++11
or -std=c++14
?
Pull request #438 fixes this issue.
[Update]: This issue is not specific to icc-18 but manifests in older versions (tested with icc-17) as well.
Pull request is merged.
I tried to compile DASH with Intel 18, which was released a few days ago. I see some discussion of this topic in https://github.com/dash-project/dash/issues/231. ICC is associated with the system default of GCC 5.4.1, which should be new enough to support C++11 features.