Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Commit 53b1ce6

Browse files
authored
Merge pull request #1539 from untamedImpala/issue_#1529_patch
changed "std::device_vector" to "thrust::device_vector"
2 parents 2fff110 + 008b7b9 commit 53b1ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thrust/for_each.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ THRUST_NAMESPACE_BEGIN
5454
* and \p UnaryFunction does not apply any non-constant operation through its argument.
5555
*
5656
* The following code snippet demonstrates how to use \p for_each to print the elements
57-
* of a \p std::device_vector using the \p thrust::device parallelization policy:
57+
* of a \p thrust::device_vector using the \p thrust::device parallelization policy:
5858
*
5959
* \code
6060
* #include <thrust/for_each.h>

0 commit comments

Comments
 (0)