
Here is the work around:
class A
{
...
private:
typedef struct _ONE_RECORD_
{
string sGUID;
string sID;
string sName;
string sSupport;
string sModify;
} ONE_RECORD;
vector
Here is the work around:
class A
{
...
private:
typedef struct _ONE_RECORD_
{
string sGUID;
string sID;
string sName;
string sSupport;
string sModify;
} ONE_RECORD;
vector