Roberto Turrado Camblor
Roberto Turrado Camblor
Hi Marcel, I am using Visual Studio 2022, and I had to use the define in order for my project to build. Let me know should you need some more...
Hi Marcel, I opened my SqliteModernCpp clone with VS2022, changed to dev branch, and got this error from Hunter. It seems it doesn't like my VS version (17.1): *1> CMake...
OK Marcel, I recompiled my project including a *hdr* folder with a *dev* checkout, and commenting the *#define MODERN_SQLITE_STD_OPTIONAL_SUPPORT*, and it fails now but with a different error: *1>D:\Programacion\code\c++\sqlite_modern_cpp\hdr\sqlite_modern_cpp.h(524,1): error...
OK, this is what I've seen: 1) The check `#if (__cplusplus > 201402 || _MSCV_LANG > 201402) && __has_include()` in `type_wrapper.h` has a little typo. It says `MSCV` instead of...
@alextes This workaround doesn't allow you to access the repository checkout from the `build` workflow from the `deploy-staging` workflow, does it?
@alextes Thanks for the quick answer. I think it addressed my question, but, just to be completely sure, I'll rephrase it. At the moment I have these workflow/job organization: -...
If you see the step `ccache` / `Restore cache`, it always says `No cache found.`. Even if, as you correctly say, it was saved before (and I'm not changing any...
I think this "issue" may be related, if not the same, to this other: https://github.com/docker/build-push-action/issues/433 They say there that pushing to a new tag doesn't use the existing cache. Whereas...
Definitely: - first: https://github.com/rturrado/the_modern_cpp_challenge/actions/runs/3260925998/jobs/5354957848 - second: https://github.com/rturrado/the_modern_cpp_challenge/actions/runs/3264957407/jobs/5366408088