mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-27 06:35:37 +00:00
Fix missing '>'
This commit is contained in:
parent
6c0125785b
commit
d8867a2b07
@ -831,7 +831,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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user