cpp11
cpp11 copied to clipboard
Upstream duckdb patches for external pointers and `BEGIN_/END_CPP11`
trafficstars
Happy to provide more motivation if and when an implementation can be attempted realistically.
- duckdb/duckdb-r@
6f4979d(#387): Support overriding what's passed toR_MakeExternalPtr() - duckdb/duckdb-r@
fe615c4(#387): Support usingBEGIN_CPP11andEND_CPP11in user code that does not return anSEXPby providingEND_CPP11_EXvariants that change the return value for the "happy" path. (Why doesEND_CPP11need thereturnanyway?) - duckdb/duckdb-r@
f05d56c(#387): Resolves #308