pha377
pha377
It compiles now, thanks!
Similar problem with make -f make/model_interface.CLANG12-LINUX-X86_64.makefile g++: error: unrecognized command-line option ‘--target=x86_64-linux-gnu’ g++: error: unrecognized command-line option ‘-Xclang’ g++: error: unrecognized command-line option ‘-fdebug-compilation-dir’ g++: error: unrecognized command-line option ‘-Xclang’...
If I understand correctly, @SRombauts, do you open the db every time you want to make a query? Why not open a db and do inserts, updates and selects, without...
I've got your point, and I was planning the same, the questions is about the way @SRombauts uses it.
I don't really understand much what you do, because I know very little, however I've just managed to get it to work with unique_ptr. Thanks to smart people like you,...