Skip to content
Snippets Groups Projects

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

Merged 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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading