Skip to content

Commit 2428cf9

Browse files
Synchronize changes from 1.6 master branch [ci skip]
0f9e18d Fix TSplitString compile error on Linux/macOS
2 parents 6ccf785 + 0f9e18d commit 2428cf9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Shared/sdk/SString.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ struct SCharStringRef
124124
template <class STRING_TYPE, class CHAR_TYPE>
125125
class TSplitString : public std::vector<const CHAR_TYPE*>
126126
{
127+
using std::vector<const CHAR_TYPE*>::push_back;
128+
127129
public:
128130
TSplitString() {}
129131
TSplitString(const STRING_TYPE& strInput, const STRING_TYPE& strDelim, unsigned int uiMaxAmount = 0, unsigned int uiMinAmount = 0)

0 commit comments

Comments
 (0)