Details
Details
Diff Detail
Diff Detail
- Repository
- rOLDT svn-test-suite
- Build Status
Buildable 18227 Build 18227: arc lint + arc unit
Event Timeline
External/CUDA/complex.cu | ||
---|---|---|
24 | Is this specific to c++14 only, or will we have similar conditions for c++17,20, etc? |
External/CUDA/complex.cu | ||
---|---|---|
24 | I think it's specific to c++14 -- or at least, it's not necessarily a general problem. The other benchmarks work with C++14 compiler plus C++11 stdlib -- it's just <complex> that gives us problems in the particular gcc versions we happen to use. |
Is this specific to c++14 only, or will we have similar conditions for c++17,20, etc?
Perhaps we could express library version requirements as STDLIB_VERSION >= (__cplusplus / 100) ?
I'm OK with either way.