Remove Grisu2

This commit is contained in:
Victor Zverovich
2019-11-19 09:50:59 -08:00
parent 78842ce0d6
commit d79493e5ee
2 changed files with 12 additions and 32 deletions

View File

@@ -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: