From 459286a150d2a4d6f95c607899fc007e2b3a9449 Mon Sep 17 00:00:00 2001 From: ado Date: Sun, 7 Feb 2021 12:26:41 +0100 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1044574..bf57c44 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A header only "csv" parser which is fast and versatile with modern C++ api. Requires compiler with C++17 support. -Conversion for numeric values taken from [Oliver Schönrock](https://gist.github.com/oschonrock/67fc870ba067ebf0f369897a9d52c2dd) . +Conversion for floating point values invoked using [fast-float](https://github.com/fastfloat /fast_float) . Function traits taken from [qt-creator](https://code.woboq.org/qt5/qt-creator/src/libs/utils/functiontraits.h.html) . # Example