mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-19 11:14:41 +00:00
Remove format_float stub
This commit is contained in:
parent
7b8cb3135a
commit
e80aba1c2b
@ -532,14 +532,7 @@ class basic_fixed_buffer : public internal::basic_buffer<Char> {
|
||||
namespace internal {
|
||||
|
||||
template <typename Char>
|
||||
struct char_traits {
|
||||
template <typename T>
|
||||
static int format_float(Char *buffer, std::size_t size,
|
||||
const Char *format, unsigned width, int precision, T value) {
|
||||
// TODO
|
||||
return 0;
|
||||
}
|
||||
};
|
||||
struct char_traits;
|
||||
|
||||
template <>
|
||||
struct char_traits<char> {
|
||||
|
Loading…
Reference in New Issue
Block a user