From 5da9fe738109820ed48ed2e153e29c5fe238c29b Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Fri, 28 Mar 2025 08:13:50 +0100 Subject: [PATCH] [container.adaptors.general] Fix indentation --- source/containers.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/containers.tex b/source/containers.tex index 922033bc94..2ef0708a2c 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -15562,8 +15562,8 @@ \item It has both \tcode{KeyContainer} and \tcode{Compare} template parameters, and \begin{codeblock} is_invocable_v + const typename KeyContainer::value_type&, + const typename KeyContainer::value_type&> \end{codeblock} is not a valid expression or is \tcode{false}. \item It has both \tcode{MappedContainer} and \tcode{Allocator} template parameters, and