Skip to content

EthernetClient == and != operators #2618

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 23, 2015
Merged

EthernetClient == and != operators #2618

merged 1 commit into from
Feb 23, 2015

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