From c5bb3900ac93babf35ea81ba4f5f58033031c7c1 Mon Sep 17 00:00:00 2001 From: "A. Jiang" Date: Wed, 23 Apr 2025 14:29:55 +0800 Subject: [PATCH] [tab:headers.cpp.fs] Fix header name for `is_execution_policy(_v)` --- source/lib-intro.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lib-intro.tex b/source/lib-intro.tex index 61fcbded40..1c25a73f7b 100644 --- a/source/lib-intro.tex +++ b/source/lib-intro.tex @@ -1630,7 +1630,7 @@ \ref{iterators} & Iterators library & \tcode{} \\ \rowsep \ref{ranges} & Ranges library & \tcode{} \\ \rowsep \ref{algorithms} & Algorithms library & \tcode{}, \tcode{} \\ \rowsep -\ref{execpol} & Execution policies & \tcode{} \\ \rowsep +\ref{execpol} & Execution policies & \tcode{} \\ \rowsep \ref{string.view} & String view classes & \tcode{} \\ \rowsep \ref{string.classes} & String classes & \tcode{} \\ \rowsep \ref{c.strings} & Null-terminated sequence utilities & \tcode{}, \tcode{} \\ \rowsep