You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
friend StringSumHelper &operator +(const StringSumHelper &lhs, long long num);
friend StringSumHelper &operator +(const StringSumHelper &lhs, unsigned long long num);
The function implementations seem to be missing from WString.cpp
The text was updated successfully, but these errors were encountered:
@earlephilhower no, because those functions are not actually used by any of the Arduino esp8266 core or library code.
I follow the repository because I use it as a refererence in my customized library that use different built system.
When I browsed the Arduino commit change, I found that those functions are declared, but seems to be not defined anywhere. So, it is not an actual bug report, but more like an information. I am sorry if this is the wrong place for this kind of information.
No, it's a bug if we declare a function that's never implemented! Thanks for the notice! I was just hoping to have a premade test case to verify the fix.
Basic Infos
Platform
Settings in IDE
Problem Description
In WString.h there are new friend functions:
The function implementations seem to be missing from WString.cpp
The text was updated successfully, but these errors were encountered: