Basic Infos
Platform
- Hardware:					[All]
- Core Version:			[483519f]
- Development Env:		[All]
- Operating System:		[All]
Settings in IDE
- Module:  			[All]
- Flash Mode:			[N/A]
- Flash Size: 		[N/A]
- lwip Variant:   [N/A]
- Reset Method:		[N/A]
- Flash Frequency:	[N/A]
- CPU Frequency:		[N/A]
- Upload Using:		[N/A]
- Upload Speed:   [N/A]
Problem Description
In WString.h there are new friend functions:
   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