You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation of set_difference reads: in [first1, last1) and not contained in [first2, last1) , it should read in [first1, last1) and not contained in [first2, last2).
How to Reproduce
This is a doc bug.
Expected behavior
Instead of [first2, last1), it should be [first2, last2)`
Reproduction link
No response
Operating System
No response
nvidia-smi output
No response
NVCC version
No response
The text was updated successfully, but these errors were encountered:
Is this a duplicate?
Type of Bug
Something else
Component
Thrust
Describe the bug
The documentation of set_difference reads:
in [first1, last1) and not contained in [first2, last1)
, it should readin [first1, last1) and not contained in [first2, last2)
.How to Reproduce
This is a doc bug.
Expected behavior
Instead of
[first2, last1)
, it should be [first2, last2)`Reproduction link
No response
Operating System
No response
nvidia-smi output
No response
NVCC version
No response
The text was updated successfully, but these errors were encountered: