do clang-formatting the comment

This commit is contained in:
denchat 2021-04-12 22:40:53 +07:00 committed by GitHub
parent 400a0a5727
commit f0269f9171
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,8 @@ vformat_to(buffer<char>&, string_view,
type_identity_t<char>>>);
} // 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<void>;
// Workaround a bug in MSVC2013 that prevents instantiation of format_float.