Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d18bd92

Browse files
[tab:headers.cpp.fs] Fix header name for is_execution_policy(_v) (#7849)
1 parent b210471 commit d18bd92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/lib-intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1630,7 +1630,7 @@
16301630
\ref{iterators} & Iterators library & \tcode{<iterator>} \\ \rowsep
16311631
\ref{ranges} & Ranges library & \tcode{<ranges>} \\ \rowsep
16321632
\ref{algorithms} & Algorithms library & \tcode{<algorithm>}, \tcode{<numeric>} \\ \rowsep
1633-
\ref{execpol} & Execution policies & \tcode{<execpol>} \\ \rowsep
1633+
\ref{execpol} & Execution policies & \tcode{<execution>} \\ \rowsep
16341634
\ref{string.view} & String view classes & \tcode{<string_view>} \\ \rowsep
16351635
\ref{string.classes} & String classes & \tcode{<string>} \\ \rowsep
16361636
\ref{c.strings} & Null-terminated sequence utilities & \tcode{<cstring>}, \tcode{<cwchar>} \\ \rowsep

0 commit comments

Comments
 (0)