SQLiteCpp icon indicating copy to clipboard operation
SQLiteCpp copied to clipboard

std::string_view support

Open dvtate opened this issue 5 months ago • 0 comments

My goal is to fix this issue: https://github.com/SRombauts/SQLiteCpp/issues/517

Previous, similar PRs:

  • https://github.com/SRombauts/SQLiteCpp/pull/224 : ambiguous overloads
  • https://github.com/SRombauts/SQLiteCpp/pull/355 : missing C++17 ifdef guards

I should probably add unit tests and examples using string_view.

dvtate avatar Aug 04 '25 20:08 dvtate