jorgen / json_struct

json_struct is a single header only C++ library for parsing JSON directly to C++ structs and vice versa
Other
422 stars 57 forks source link

Recoded `tests/json-struct-float.cpp` into UTF-8. #34

Closed KOLANICH closed 2 years ago

KOLANICH commented 2 years ago

This fixes ../tests/json-struct-float.cpp:2:14: error: invalid UTF-8 in comment [-Werror,-Winvalid-utf8] when compiling with Clang.

jorgen commented 2 years ago

Nice! Thank you for your time.