Update format.cc
As the explicit instantiation *declaration* of `internal::basic_data<void>` in format.h, this explicit instantiation *definition* should mirror FMT_API also.
This commit is contained in:
parent
4c721e3a2f
commit
01bb881ff2
@ -8,7 +8,7 @@
|
|||||||
#include "fmt/format-inl.h"
|
#include "fmt/format-inl.h"
|
||||||
|
|
||||||
FMT_BEGIN_NAMESPACE
|
FMT_BEGIN_NAMESPACE
|
||||||
template struct internal::basic_data<void>;
|
template struct FMT_API internal::basic_data<void>;
|
||||||
|
|
||||||
// Workaround a bug in MSVC2013 that prevents instantiation of grisu_format.
|
// Workaround a bug in MSVC2013 that prevents instantiation of grisu_format.
|
||||||
bool (*instantiate_grisu_format)(double, internal::buffer<char>&, int, unsigned,
|
bool (*instantiate_grisu_format)(double, internal::buffer<char>&, int, unsigned,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user