From 48e74bd730dd65437e1ae43bc6ced076476f8ece Mon Sep 17 00:00:00 2001 From: Vladislav Shchapov Date: Sun, 6 Aug 2023 20:54:46 +0500 Subject: [PATCH] Add comment Signed-off-by: Vladislav Shchapov --- include/fmt/std.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/fmt/std.h b/include/fmt/std.h index 2eb7f64feb19c..a2a4806f234b9 100644 --- a/include/fmt/std.h +++ b/include/fmt/std.h @@ -409,6 +409,9 @@ template struct is_bit_reference_like { } // namespace detail +// We can't use std::vector::reference and +// std::bitset::reference because the compiler can't deduce Allocator and N +// in partial specialization. FMT_EXPORT template struct formatter