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).
System updates will be applied on Nov 25th between 7am and 9am, EST (UTC-05:00). This site will have intermittent downtime during that time.
Consistently use =delete
instead of not implementing assignment operators, etc.
A good starting spot is to convert all of the lines in !657 (merged).