mirror of
https://gitee.com/TarsCloud/TarsCpp.git
synced 2024-12-22 22:16:38 +08:00
fix gcc8.2 compiler error
This commit is contained in:
parent
afd693ebae
commit
ccff8218ad
@ -54,8 +54,8 @@ template<typename TWriter = BufferWriter, typename TReader = BufferReader,templa
|
||||
class UniAttribute
|
||||
{
|
||||
typedef vector<char,Alloc<char> > VECTOR_CHAR_TYPE;
|
||||
typedef map<string, VECTOR_CHAR_TYPE, less<string>,Alloc< pair<string,VECTOR_CHAR_TYPE > > > VECTOR_CHAR_IN_MAP_TYPE;
|
||||
typedef map<string, VECTOR_CHAR_IN_MAP_TYPE, less<string>,Alloc< pair<string,VECTOR_CHAR_IN_MAP_TYPE > > > WUP_DATA_TYPE;
|
||||
typedef map<string, VECTOR_CHAR_TYPE, less<string>,Alloc< pair<const string,VECTOR_CHAR_TYPE > > > VECTOR_CHAR_IN_MAP_TYPE;
|
||||
typedef map<string, VECTOR_CHAR_IN_MAP_TYPE, less<string>,Alloc< pair<const string,VECTOR_CHAR_IN_MAP_TYPE > > > WUP_DATA_TYPE;
|
||||
|
||||
public:
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user