We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca81641 commit 9aefb39Copy full SHA for 9aefb39
1 file changed
GPU/Common/GPUCommonArray.h
@@ -48,4 +48,10 @@ using array = std::array<T, N>;
48
} // namespace std
49
#endif
50
51
+namespace o2::gpu::gpustd
52
+{
53
+template <class T, size_t I>
54
+using array = ::std::array<T, I>; // temporary alias, to remove dependent types
55
+} // o2::gpu::gpustd
56
+
57
#endif // GPUCOMMONARRAY_H
0 commit comments