As the title describes, the example code describes string::Split as a static method, with the sample string as the first argument and the delimiter as the second. However the actual implementation (1_core/proto/enstring.c:L368) shows the method as non-static, with the delimiter as the first argument.
Description
Description
Details
Details
- Severity
- None
- Resolution
- Open
- Reproducibility
- N/A
- Operating System
- Windows 10 x64
- Category
- General