lukas

Results 10 comments of lukas

Yout don't need to silence all deprecation warnings #define _SILENCE_CXX20_CODECVT_FACETS_DEPRECATION_WARNING is enough. Also, they can't just add this define because you need to know that it's using deprecated stuff. Regarding...

i dont think you need to link it its not a library its a header. I don't know how to use CPM but i looked it up and try something...

more context would be useful i think

i dont know what you mean by that, i guess you could make a loop that just extracts with the >> operator repeatedly into a variable. Since these queries rely...

okay i found the **SOLUTION**: apparently the default branch is "/dev" (so the readme is from that branch) and the latest release is not up to date. Therefore, for anyone...

no it is an experimental feature (at least in the latest dev) so you need to enable it explicitly

idk where you define a database name? you give the wrapper the path to your database there is no name. At least as far as i know

You need to run it with LAN, fixed the issue for me. I don't know how to run it with wifi but that is probably going to be fixed in...

don't exit before its destruction or commit it yourself? I don't see how and why the library should do that