Skip to content

Use C++11 =delete keyword.

Consistently use =delete instead of not implementing assignment operators, etc.

A good starting spot is to convert all of the lines in !657 (merged).