couchbase-cxx-client
couchbase-cxx-client copied to clipboard
Couchbase C++ Client Library (Official)
To avoid issues with generation of cmake helper scripts the following changes has been made: * interface libraries that are used to carry compiler options and flags are declared as...
Hello, I contact you because I am trying to build the client in static and I am facing some issues. couchbase-cxx-client version 1.0.4 (tarball from https://github.com/couchbase/couchbase-cxx-client/releases/download/1.0.4/couchbase-cxx-client-1.0.4.tar.gz) I am using the...
using `std::function` along with `std::shared_ptr` for promise might affect the lifetime of the cluster object and result in memory leak and data races during destruction