Added some bindings for std::string_view when using c++17
Title says it all :p
Coverage remained the same at 100.0% when pulling 7465704cfc132140ad57d82fcc2ab9e8d7cc0477 on kaptenhonek:master into ffc1a3ef65400eb4d4c3db005092a1c3b68e7eb8 on SRombauts:master.
Hm, it seems I found some issues, don't pull this yet
Ok, it should be working now
Hello, would you perhaps be able to rebase / update this and fix the test coverage so I could merge it? Thanks!
Sure, I'll fix it soon
Ok this should be ready now. Due to me adding bind with const char* and length functions to bind text I had to change all binary blobs to unsigned char* so they will use the void* version.
Just a quick update to let you know that I'll have to dive into this more seriously to see how this can be improved; I am pretty sure we should convert some of the bindXxx() overrides to templates like @KOLANICH did propose in it's pr #241 (commit a6eb4f48)
Yeah, that seems like a wise idea