如下声明:
struct cmp_str
{
bool operator()(char const *a, char const *b)
{
return strcmp(a, b) < 0;
}
};
static std::map g_oMemoryRecordAddressMap;
如下声明:
struct cmp_str
{
bool operator()(char const *a, char const *b)
{
return strcmp(a, b) < 0;
}
};
static std::map g_oMemoryRecordAddressMap;
微信扫码登录