Skip to content

Remove more c_str with itk::ExceptionObject string constructor

Victor Poughon requested to merge 513-exceptions into develop

Summary

  • Forward std::string constructor in OTB exception classes derived from itk::ExceptionObject
  • Remove 26 calls to c_str now not needed when throwing those exceptions

Rationale

#513 (closed)

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