Actions
Bug #6346
closed
EP
WString::arg does not compile with size_t on macos
Bug #6346:
WString::arg does not compile with size_t on macos
Start date:
04/18/2018
Due date:
% Done:
0%
Estimated time:
Description
Hello,
does not compile using macos. It seems that no suitable function can be found.
If I refer to http://fr.cppreference.com/w/cpp/string/basic_string/to_string, I think the following should be defined:
- unsigned
- unsigned long
- unsigned long long
However, we just have ::uint64_t and unsigned with the arg() function.
RS Updated by Roel Standaert about 8 years ago
- Status changed from New to Implemented @Emweb
- Target version set to 4.0.4
RS Updated by Roel Standaert about 8 years ago
- Status changed from Implemented @Emweb to Resolved
RS Updated by Roel Standaert almost 8 years ago
- Status changed from Resolved to Closed
Actions