We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a865f1d commit 03a75bbCopy full SHA for 03a75bb
1 file changed
thrust/system/cuda/detail/util.h
@@ -327,14 +327,6 @@ struct transform_input_iterator_t
327
return op(input[n]);
328
}
329
330
-#if 0
331
- /// Structure dereference
332
- __host__ __device__ __forceinline__ pointer operator->()
333
- {
334
- return &op(*input_itr);
335
- }
336
-#endif
337
-
338
/// Equal to
339
__host__ __device__ __forceinline__ bool operator==(const self_t &rhs) const
340
{
@@ -346,14 +338,6 @@ struct transform_input_iterator_t
346
347
return (input != rhs.input);
348
349
350
351
- /// ostream operator
352
- friend std::ostream& operator<<(std::ostream& os, const self& itr)
353
354
- return os;
355
356
357
341
}; // struct transform_input_iterarot_t
358
342
359
343
template <class ValueType,
0 commit comments