Changeset 9905e22 in git

Timestamp:
23/08/19 00:39:27 (4 years ago)
Author:
Olly Betts <olly@…>
Branches:
master, proj-api-update
Children:
e83fa9fc
Parents:
9fcc81a
Message:

Fix GCC 9 warning

There's no need to declare an explicit assignment operator which
does the same as the default one does, and C++11 deprecated having
an explicit assignment operator and relying on the implicit copy
constructor.

(No files)

Note: See TracChangeset for help on using the changeset viewer.