Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added some bindings for std::string_view when using c++17 #224

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

kaptenhonek
Copy link

Title says it all :p

@coveralls
Copy link

coveralls commented Sep 26, 2019

Coverage Status

Coverage remained the same at 100.0% when pulling 7465704 on kaptenhonek:master into ffc1a3e on SRombauts:master.

@kaptenhonek
Copy link
Author

Hm, it seems I found some issues, don't pull this yet

@kaptenhonek
Copy link
Author

Ok, it should be working now

@SRombauts
Copy link
Owner

Hello, would you perhaps be able to rebase / update this and fix the test coverage so I could merge it?
Thanks!

@kaptenhonek
Copy link
Author

Sure, I'll fix it soon

@kaptenhonek
Copy link
Author

kaptenhonek commented Jan 21, 2020

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.

@SRombauts
Copy link
Owner

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 a6eb4f4)

@kaptenhonek
Copy link
Author

Yeah, that seems like a wise idea

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants