Commit 3542521
committed
[STF] Declare from_index at namespace scope for unqualified lookup
The friend definition inside data_place is only found via ADL when a
data_place argument is present. Calls like from_index(n) in logical_data.cuh
have no data_place argument, so add a matching declaration at namespace
scope so the identifier is visible to unqualified lookup.
Made-with: Cursor1 parent 70149e6 commit 3542521
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
391 | 394 | | |
392 | 395 | | |
393 | 396 | | |
| |||
0 commit comments