Project

General

Profile

Design #1627

Use keyword "delete" for deleted functions

Added by John Abbott over 2 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Improving
Target version:
Start date:
29 Oct 2021
Due date:
% Done:

100%

Estimated time:
3.60 h
Spent time:

Description

Following advice from Scott Meyers (Eff Modern C++, item 11)
use the keyword delete to indicate deleted functions.


Related issues

Related to CoCoALib - Design #1225: Move to C++14 (skipping C++11)In Progress2018-09-06

History

#1 Updated by John Abbott over 2 years ago

  • Related to Design #1225: Move to C++14 (skipping C++11) added

#2 Updated by John Abbott over 2 years ago

  • % Done changed from 0 to 40

I have done the first wave (too much train travel).
Very mind-numbing doing these almost mechanical changes.
My copy compiles and runs fine. I'll check in over the weekend.

#3 Updated by John Abbott over 2 years ago

  • Status changed from New to Resolved
  • Assignee set to John Abbott
  • % Done changed from 40 to 80

I have checked in my changes. All compiles fine on my Linux box.

#4 Updated by John Abbott about 2 years ago

  • Status changed from Resolved to Feedback
  • % Done changed from 80 to 90

#5 Updated by John Abbott about 2 years ago

  • Status changed from Feedback to Closed
  • % Done changed from 90 to 100
  • Estimated time set to 3.60 h

Maybe not perfect, but surely most cases have been added.
Not time efficient to search for any missed cases. Closing.

Also available in: Atom PDF