You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
duckdb/duckdb-r@fe615c4 (#387): Support using BEGIN_CPP11 and END_CPP11 in user code that does not return an SEXP by providing END_CPP11_EX variants that change the return value for the "happy" path. (Why does END_CPP11 need the return anyway?)
Happy to provide more motivation if and when an implementation can be attempted realistically.
6f4979d
(#387): Support overriding what's passed toR_MakeExternalPtr()
fe615c4
(#387): Support usingBEGIN_CPP11
andEND_CPP11
in user code that does not return anSEXP
by providingEND_CPP11_EX
variants that change the return value for the "happy" path. (Why doesEND_CPP11
need thereturn
anyway?)f05d56c
(#387): Resolves External pointers and attributes #308The text was updated successfully, but these errors were encountered: