Added fast_float library as a replacement for std::from_chars and strtod.

This commit is contained in:
Lukáš Hejl 2021-09-09 15:25:14 +02:00
parent e3ac2a9e45
commit ad65366ac7
3 changed files with 2454 additions and 10 deletions

View file

@ -122,7 +122,9 @@ void CopyrightsDialog::fill_entries()
{ "AppImage packaging for Linux using AppImageKit"
, "2004-2019 Simon Peter and contributors" , "https://appimage.org/" },
{ "lib_fts"
, "Forrest Smith" , "https://www.forrestthewoods.com/" }
, "Forrest Smith" , "https://www.forrestthewoods.com/" },
{ "fast_float"
, "Daniel Lemire, João Paulo Magalhaes and contributors", "https://github.com/fastfloat/fast_float" }
};
}