Skip to content

Commit 78c9c6e

Browse files
1ucjwakely
andauthored
Update source/containers.tex
Co-authored-by: Jonathan Wakely <[email protected]>
1 parent fb15bb1 commit 78c9c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/containers.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26120,7 +26120,7 @@
2612026120
auto sub_map_result = submdspan_mapping(src.mapping(), slices...);
2612126121
return mdspan(src.accessor().offset(src.data_handle(), sub_map_result.offset),
2612226122
sub_map_result.mapping,
26123-
AccessorPolicy::offset_policy(src.accessor()));
26123+
typename AccessorPolicy::offset_policy(src.accessor()));
2612426124
\end{codeblock}
2612526125
\end{itemdescr}
2612626126

0 commit comments

Comments
 (0)