Martijn Otto 5002a0343f
Explicitly define copy assignment operator
The implicit copy assignment operator was deprecated because the class
has an explicit copy constructor. According to the standard:

The generation of the implicitly-defined copy assignment operator is
deprecated (since C++11) if T has a user-declared destructor or
user-declared copy constructor.

Recent versions of gcc (9.1+) and clang (10.0) warn about this.
2020-01-28 14:59:55 +01:00
..
2020-01-16 17:46:13 -08:00
2019-03-05 22:05:34 +01:00
2014-03-03 22:07:58 +00:00
2019-11-13 18:00:50 +01:00
2014-03-03 22:07:58 +00:00
2019-03-05 22:05:34 +01:00
2014-03-03 22:07:58 +00:00
2014-03-03 22:07:58 +00:00
2015-01-02 18:52:46 +02:00
2015-01-02 18:52:46 +02:00
2015-01-02 18:52:46 +02:00
2019-03-05 22:05:34 +01:00