Commit 376a400
Include <thrust/detail/memory_wrapper.h>, not <memory>
Yesterday "#include <memory>" was added to
thrust/detail/allocator/allocator_traits.inl. That caused a regression
when compiling with NVC++, breaking NVIDIA#1218. This fix changes that include
to be "#include <thrust/detail/memory_wrapper.h>". (And it makes the
same change to a different include of <memory> that I seem to have missed
in my earlier commit.)1 parent d409930 commit 376a400
File tree
2 files changed
+2
-2
lines changed- thrust
- detail/allocator
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments