Skip to content

C++14: Replace comments by '= delete'

Victor Poughon requested to merge cpp14_delete into develop

Summary

Use C++11 deleted functions = delete; syntax.

Rationale

Stricter enforcement of non copy-ability. Note that this grep actually found a minor bug in Modules/Adapters/OSSIMAdapters/src/otbRPCSolverAdapter.cxx which implements deleted functions.

Implementation Details

Classes and files

Applications

Tests

Documentation

Additional notes

Copyright

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

Edited by Victor Poughon

Merge request reports