sqlite_modern_cpp icon indicating copy to clipboard operation
sqlite_modern_cpp copied to clipboard

The C++14 wrapper around sqlite library

Results 46 sqlite_modern_cpp issues
Sort by recently updated
recently updated
newest added

hello, I ran the repo on windows 10, but still have this issue. ``` `# Copyright (c) 2014-2015, Ruslan Baratov# All rights reserved.# Do not move to master - build...

The current source code needs catch2 2.x to do the tests. With catch2 upstream shifting to the development of v3.x series (currently v3.6.0), please consider updating your source code structure...

Solved conversion warnings.

Crash would occur at exit when a static shared_ptr object was destroyed due to capturing local variables by value using [=] in the shared_ptr's custom deleter lambda. The deleter doesn't...