From 8d8b027f5958139ac857d67dc0984297c1c60561 Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Sun, 17 Aug 2025 21:41:48 +0200 Subject: [PATCH] [unord.set.overview] Fix indentation --- source/containers.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/containers.tex b/source/containers.tex index bb8e70dc31..19b4d2e7b9 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -14929,7 +14929,7 @@ class Pred = equal_to>, class Allocator = allocator>> unordered_set(from_range_t, R&&, typename @\seebelow@::size_type = @\seebelow@, -Hash = Hash(), Pred = Pred(), Allocator = Allocator()) + Hash = Hash(), Pred = Pred(), Allocator = Allocator()) -> unordered_set, Hash, Pred, Allocator>; template,