Skip to content

Commit

Permalink
Make instantiation of BasicData consistent with its definition
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed May 23, 2015
1 parent bfe9267 commit 9ca1ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion format.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,7 @@ FMT_FUNC int fmt::fprintf(std::FILE *f, StringRef format, ArgList args) {

#ifndef FMT_HEADER_ONLY

template class fmt::internal::BasicData<void>;
template struct fmt::internal::BasicData<void>;

// Explicit instantiations for char.

Expand Down

0 comments on commit 9ca1ce2

Please sign in to comment.