From d6adc073866dde31798a7544089aff937f4c9a0c Mon Sep 17 00:00:00 2001 From: ado Date: Sat, 27 Feb 2021 13:11:17 +0100 Subject: [PATCH] add ubuntu-latest clang and icc ci bedges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d4f4f48..e9fb1e4 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT) ![ubuntu-latest-gcc](https://github.com/red0124/ssp/workflows/ubuntu-latest-gcc-ci/badge.svg) +![ubuntu-latest-clang](https://github.com/red0124/ssp/workflows/ubuntu-latest-clang-ci/badge.svg) +![ubuntu-latest-icc](https://github.com/red0124/ssp/workflows/ubuntu-latest-icc-ci/badge.svg) + A header only "csv" parser which is fast and versatile with modern C++ api. Requires compiler with C++17 support. Conversion for floating point values invoked using [fast-float](https://github.com/fastfloat/fast_float) .