mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 10:47:35 +02:00
committed by
Jonathan Müller
parent
7aaa693fb3
commit
d3a9d03138
@ -828,7 +828,7 @@ class CharTraits<char> : public BasicCharTraits<char> {
|
|||||||
extern template int CharTraits<char>::format_float<double>
|
extern template int CharTraits<char>::format_float<double>
|
||||||
(char *buffer, std::size_t size,
|
(char *buffer, std::size_t size,
|
||||||
const char* format, unsigned width, int precision, double value);
|
const char* format, unsigned width, int precision, double value);
|
||||||
extern template int CharTraits<char>::format_float<long double
|
extern template int CharTraits<char>::format_float<long double>
|
||||||
(char *buffer, std::size_t size,
|
(char *buffer, std::size_t size,
|
||||||
const char* format, unsigned width, int precision, long double value);
|
const char* format, unsigned width, int precision, long double value);
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user