diff --git a/src/format.cc b/src/format.cc index e67a9a84..54f4ad45 100644 --- a/src/format.cc +++ b/src/format.cc @@ -55,8 +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: +// https://reviews.llvm.org/D61118. template struct detail::basic_data; // Workaround a bug in MSVC2013 that prevents instantiation of format_float.