Closed cyang49 closed 8 years ago
Ambiguous name resolution between members of derived struct and base struct. No warning from gcc even with -Wall and -pedantic. Cleaned up so clang is happy now. Please note that this is not a production quality implementation. It is a greatly simplified and renamed version of what is in Kokkos.
I've been trying to use the reference_K implementation since I need the subarray support in there. When I use g++ to compile the test cases, everything work fine. But when I use clang++ to compile them, I get build errors like this:
Could this be because the support of C++11 not complete in clang? I tried clang version 3.8.