uint*_tをuint_fast*_tに変更
[cuda.git] / libutils / MDView.cuh
index 4035de4..3f28603 100644 (file)
@@ -34,7 +34,7 @@ namespace FM7b5
                {
                public:
                        typedef T value_type;
-                       typedef typename copy_const<T, uint8_t>::type* byte_pointer_type;
+                       typedef typename copy_const<T, uint_fast8_t>::type* byte_pointer_type;
                        typedef typename copy_const<T, void>::type* void_pointer_type;
 
                protected: