From fd284f1f06abbf339afa4bfee140cf9d9c67990b Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Tue, 11 Jun 2024 22:35:48 +0200 Subject: [PATCH] [flat.set.defn] Fix indentation (#7059) --- source/containers.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/containers.tex b/source/containers.tex index e5a33d6a26..4ee0f4c379 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -17022,7 +17022,7 @@ template<@\exposconcept{container-compatible-range}@ R, class Alloc> flat_set(from_range_t, R&& rg, const Alloc& a); template<@\exposconcept{container-compatible-range}@ R, class Alloc> - flat_set(from_range_t, R&& rg, const key_compare& comp, const Alloc& a); + flat_set(from_range_t, R&& rg, const key_compare& comp, const Alloc& a); template flat_set(initializer_list il, const Alloc& a); template