From f48c429675777cb59c99b95257674da2e682951b Mon Sep 17 00:00:00 2001 From: ado Date: Sat, 27 Feb 2021 21:13:51 +0100 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0669ab8..a001278 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ ![windows-msys2-gcc](https://github.com/red0124/ssp/workflows/win-msys2-gcc-ci/badge.svg) ![windows-msys2-clang](https://github.com/red0124/ssp/workflows/win-msys2-clang-ci/badge.svg) -A header only "csv" parser which is fast and versatile with modern C++ api. Requires compiler with C++17 support. Can also be used to convert strings to specific types. +A header only "csv" parser which is fast and versatile with modern C++ api. Requires compiler with C++17 support. [Can also be used to convert strings to specific types.](#The-converter) 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) .