aboutsummaryrefslogtreecommitdiff
path: root/docs/source/development/reference/cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-09-04 12:01:13 +0000
committerEven Rouault <even.rouault@spatialys.com>2019-09-04 13:17:51 +0000
commit75aa2e9d036b8039880e48f2dbaf8dba7e2b3f15 (patch)
treedc1ba41205fe3c78eef6bda0400f35b8c9576f4a /docs/source/development/reference/cpp
parentba0c3c3bf8c565b6a672659cb372da89a6b9bcb6 (diff)
downloadPROJ-75aa2e9d036b8039880e48f2dbaf8dba7e2b3f15.tar.gz
PROJ-75aa2e9d036b8039880e48f2dbaf8dba7e2b3f15.zip
proj_create_crs_to_crs_from_pj(): make the PJ* arguments const PJ*
This will make the life of C++ users using the C API slightly easier. There's no ABI or API backward compatibility issue in doing that change as constness of arguments is not retained in the C ABI, and any non-const object passed as argument is implicitly converted as a const object if that is what is mentionned in the argument list.
Diffstat (limited to 'docs/source/development/reference/cpp')
0 files changed, 0 insertions, 0 deletions