mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 04:55:20 +01:00
add ubuntu-latest clang and icc ci bedges
This commit is contained in:
parent
88c6fb7ec2
commit
d6adc07386
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
|
[![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-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.
|
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) .
|
Conversion for floating point values invoked using [fast-float](https://github.com/fastfloat/fast_float) .
|
||||||
|
Loading…
Reference in New Issue
Block a user