C++14: Replace comments by '= delete'
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