Skip to content

Conversation

ffissore
Copy link
Contributor

Added virtual bool operator==(const bool value) and virtual bool operator!=(const bool value).
Fixes #2611
Bug introduced with #1700
@cmaglie @matthijskooijman you're far more expert than me with c++

…ator!=(const bool value).

Fixes #2611
Bug introduced with #1700
@OzmoOzmo
Copy link

Thanks very much - that does indeed sort that problem. Can close.

Sorry not getting back to you sooner - but I was trying to get the whole project compiling to fully test it- - having issues with lots of memory related functions now depreciated that I'm still working through
const prog_uchar allmonths[] = {"JANFEB.."} etc.

Thanks for getting EtherClient working anyway :)

ffissore added a commit that referenced this pull request Feb 23, 2015
…parison

EthernetClient == and != operators
@ffissore ffissore merged commit c0122d1 into arduino:master Feb 23, 2015
@ffissore ffissore deleted the fix-ethernetclient-boolean-comparison branch February 23, 2015 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Core Related to the code for the standard Arduino API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Official EthernetClient Sample Not Compiling - Ambiguous overload error with latest Arduino 1.0.6
3 participants