This PR catches up on the recently-merged TileDB Core PR 4879 (which deprecated more C++ API access points) and moves one function (plus a helper it uses) to src/deprecated.cpp to not trigger deprecation warnings. Deprecating and replacing the call will be left for another PR.
This PR catches up on the recently-merged TileDB Core PR 4879 (which deprecated more C++ API access points) and moves one function (plus a helper it uses) to
src/deprecated.cpp
to not trigger deprecation warnings. Deprecating and replacing the call will be left for another PR.No code or test changes.