mirror of
https://github.com/fmtlib/fmt.git
synced 2025-04-04 01:20:16 +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 {
|
namespace internal {
|
||||||
|
|
||||||
template <typename Char>
|
template <typename Char>
|
||||||
struct char_traits {
|
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;
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
template <>
|
template <>
|
||||||
struct char_traits<char> {
|
struct char_traits<char> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user