Skip to content

Commit

Permalink
EspSoftwareSerial release 6.7.2 fixes warnings with gcc 9.2 (#7133)
Browse files Browse the repository at this point in the history
* MultiDelegate breaking change and improvements.

The event-multiplexer specialization no longer removes items based on invoke return value.
This is mitigated by new iterators and erase(iterator). Check the documentation comments for
details.

* MultiDelegate: constness on return type warning fix.

* EspSoftwareSerial: Conform to C++ 17 and later.

* EspSoftwareSerial: Resolve g++ 9's c++17 deprecation warnings.

* EspSoftwareSerial, Delegate.h: gcc 9.2 is very strict about template inheritance of ctor and assignment operators, needing a lot

of code duplication, this commit provides that.

* Delegate.h, fix both ambiguous operator= and infinite ctor recursion.

* EspSoftwareSerial release 6.7.2
  • Loading branch information
d-a-v committed Mar 5, 2020
1 parent b8e4ca4 commit 372a3ec
Showing 1 changed file with 1 addition and 1 deletion.

0 comments on commit 372a3ec

Please sign in to comment.