Skip to content

Remove const char* SetFilename overloads

Victor Poughon requested to merge remove_const_char_overloads into develop

Summary

Remove deprecated const char* overloads of SetFileName methods.

Rationale

Closes #1697 (closed). See also discussion in !189 (comment 71442)

Implementation Details

Fixed only 2 self uses in OTB in mvdVectorImageModel.cxx.

Copyright

The copyright owner is CNES and has signed the ORFEO ToolBox Contributor License Agreement.


Check before merging:

  • All discussions are resolved
  • At least 2 👍 votes from core developers, no 👎 vote.
  • The feature branch is (reasonably) up-to-date with the base branch
  • Dashboard is green
  • Copyright owner has signed the ORFEO ToolBox Contributor License Agreement

Merge request reports