Skip to content

Commit 64017a0

Browse files
committed
Explicitly instantiate BasicData<void>
1 parent d33c386 commit 64017a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/format.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1112,6 +1112,8 @@ FMT_FUNC int fmt::fprintf(std::FILE *f, StringRef format, ArgList args) {
11121112
return std::fwrite(w.data(), 1, size, f) < size ? -1 : static_cast<int>(size);
11131113
}
11141114

1115+
template class fmt::internal::BasicData<void>;
1116+
11151117
// Explicit instantiations for char.
11161118

11171119
template const char *fmt::BasicFormatter<char>::format(

0 commit comments

Comments
 (0)