We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a68d8ce commit b0a5fe6Copy full SHA for b0a5fe6
cores/esp8266/IPAddress.h
@@ -136,7 +136,7 @@ class IPAddress: public Printable {
136
// Overloaded copy operators to allow initialisation of IPAddress objects from other types
137
IPAddress& operator=(const uint8_t *address);
138
IPAddress& operator=(uint32_t address);
139
- IPAddress& operator=(const IPAddress&) = default;
+ IPAddress& operator=(const IPAddress&) = default;
140
141
virtual size_t printTo(Print& p) const;
142
String toString() const;
0 commit comments