Description
Hi,
While upgrading the C SDK on the playground from 3.1.0 to 3.2.0, I found that one of the examples on positional parameters does not work anymore.
I tested it locally on my machine as well & get the error
$ g++ -Wall -g test.cc -lcouchbase -pthread -o code -std=c++11
$ ./code
LCB_ERR_INVALID_ARGUMENT (203)
The code is attached.
The code works fine on the playground running 3.1.0 & also for the other SDKs.
Has something changed in the SDK update that is causing this issue?