Changes between Version 1 and Version 2 of Ticket #7209, comment 1


Ignore:
Timestamp:
Jan 20, 2018, 4:48:05 AM (6 years ago)
Author:
Jukka Rahkonen

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7209, comment 1

    v1 v2  
    11There are backwards implication in doing such changes. This should be discussed as a RFC, and probably for a GDAL 3.0
    2 One of the issue is that in C, 
    3 {{{
    4 "char**"
    5 }}}
    6  isn't implicitly cast to "const char* const *" whereas in C++ it is OK
     2One of the issue is that in C, `"char**"` isn't implicitly cast to "const char* const *" whereas in C++ it is OK