Closed iwasz closed 7 months ago
There's a bug in how it pulls in the deps, it was pulling the dev branch and not the release from header_libraries. I'm pushing a fix to json link's release
branch
Thanks for reporting. The changes should not have made it to you yet.
Hey
Today I hit "clean rebuild" (which pulls daw_json_link repos from scratch) in my project and encountered an error (
error: ‘is_detected_v’ was not declared in this scope
) which I resolved adding#include <daw/daw_is_detected.h>
to thebuild/_deps/daw_json_link-src/include/daw/json/concepts/daw_nullable_value_fwd.h
. I add the library to my CMakeLists as such: