WString: remove operator==(const __FlashStringHelper*) by d-a-v · Pull Request #8569 · esp8266/Arduino

@d-a-v

@bwjohns4 mentioned this pull request

May 16, 2022

mcspr

@d-a-v

@d-a-v d-a-v marked this pull request as draft

May 16, 2022 14:17

@d-a-v

Comparison with `P("test")` will use an implicit temporary `String(P("test"))` and restore warning-less & correct comparison with NULL through `==(const char*)` overload.

@d-a-v d-a-v marked this pull request as ready for review

May 16, 2022 14:33

@d-a-v

@d-a-v

mcspr

@mcspr mcspr changed the title WString: overload == WString: remove operator==(const __FlashStringHelper*)

May 17, 2022

@TD-er TD-er mentioned this pull request

Aug 25, 2022

hasenradball pushed a commit to hasenradball/Arduino that referenced this pull request

Nov 18, 2024