mirror of
https://github.com/fmtlib/fmt.git
synced 2025-11-28 13:19:48 +01:00
Remove Grisu2
This commit is contained in:
@@ -1204,7 +1204,7 @@ template <typename Char> class grisu_writer {
|
||||
};
|
||||
|
||||
namespace grisu_options {
|
||||
enum { fixed = 1, grisu2 = 2, binary32 = 4 };
|
||||
enum { fixed = 1, binary32 = 2 };
|
||||
}
|
||||
|
||||
// Formats value using the Grisu algorithm:
|
||||
|
||||
Reference in New Issue
Block a user