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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7209, comment 1

    initial v1  
    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,  "char**" isn't implicitly cast to "const char* const *" whereas in C++ it is OK
     2One 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