thrust::reference needs additional operator overloads
Open
thrust
- Dominant language
- C++
- Stars
- 2.5k
- Forks
- 486
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 295
Description
For example, `operator[]` when the reference wraps a pointer.
Since we can't know the result of many such operators, we need to wait for C++11 `result_of`.
Contributor guide
Assessment
This issue has not been assessed yet.