From f0269f91710a69b5ee0de7c3db5ed7788a9e2fa4 Mon Sep 17 00:00:00 2001 From: denchat <19730041+denchat@users.noreply.github.com> Date: Mon, 12 Apr 2021 22:40:53 +0700 Subject: [PATCH] do clang-formatting the comment --- src/format.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/format.cc b/src/format.cc index e75e1724..e67a9a84 100644 --- a/src/format.cc +++ b/src/format.cc @@ -55,7 +55,8 @@ vformat_to(buffer&, string_view, type_identity_t>>); } // namespace detail -// Clang doesn't allow dllexport on template instantiation definitions (LLVM D61118) +// Clang doesn't allow dllexport on template instantiation definitions (LLVM +// D61118). template struct detail::basic_data; // Workaround a bug in MSVC2013 that prevents instantiation of format_float.