-
Hi again,
when trying to build my code, i got a really verbose error that I can't past entirely, it told me first some about pedantic (which i disabled), then i got a much bigger one that i paste h…
t0mpl updated
4 years ago
-
the `not` operator is not available by default in MSVC, see this https://docs.microsoft.com/en-us/cpp/c-runtime-library/iso646-operators?view=vs-2019
https://github.com/beached/header_libraries/blo…
-
Hi everyone,
Sorry i'm quite new with C++ and i can't figure out how to install this library
i've tried
`add_library(daw STATIC)
target_include_directories(daw PUBLIC ${PROJECT_SOURCE_DIR}/exte…
t0mpl updated
4 years ago
-
Currently the project is installed in `/usr/local/include/include/daw/...`
The error comes from,
https://github.com/beached/daw_json_link/blob/bc332512277558762cb3a441faf711fa41ab3189/CMakeLists…
-
The first immediate error when trying to import this library is the use of `CMAKE_SOURCE_DIR` instead of `CMAKE_CURRENT_SOURCE_DIR`.
Second, the CMakeLists.txt doesn't seem to export anything at al…
-
according to this benchmark https://github.com/kostya/benchmarks#json GDC fast (implemented in D and using a custom library https://github.com/mleise/fast/blob/master/source/fast/json.d) appears to be…
-
Hello,
thank for the library which works perfectly, i was wondering :
is there anyway to map struct member to json property?
example:
json { ts: 45435235 } to struct { dateCreated: 45435235 }
t0mpl updated
4 years ago
-
on a fresh clone this fails to link, it is looking for -utf_range -ltemp_file
which are now header only i think
-
The [Kostya JSON benchmarks](https://github.com/kostya/benchmarks#json) claim that 3 parsers are faster than simdjson.
For typed JSON, this might actually be true, since for example C++ DAW uses a nu…
-