1 parent 7f5a28a commit f2d5321Copy full SHA for f2d5321
1 file changed
GPU/Common/GPUCommonTypeTraits.h
@@ -33,7 +33,7 @@ struct conditional<false, T, F> {
33
typedef F type;
34
};
35
template <bool B, class T, class F>
36
-using contitional_t = typename conditional<B, T, F>::type;
+using conditional_t = typename conditional<B, T, F>::type;
37
38
template <class T, class U>
39
struct is_same {
0 commit comments