Skip to content

Commit 5da9fe7

Browse files
authored
[container.adaptors.general] Fix indentation
1 parent 0436ba7 commit 5da9fe7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/containers.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15562,8 +15562,8 @@
1556215562
\item It has both \tcode{KeyContainer} and \tcode{Compare} template parameters, and
1556315563
\begin{codeblock}
1556415564
is_invocable_v<const Compare&,
15565-
const typename KeyContainer::value_type&,
15566-
const typename KeyContainer::value_type&>
15565+
const typename KeyContainer::value_type&,
15566+
const typename KeyContainer::value_type&>
1556715567
\end{codeblock}
1556815568
is not a valid expression or is \tcode{false}.
1556915569
\item It has both \tcode{MappedContainer} and \tcode{Allocator} template parameters, and

0 commit comments

Comments
 (0)