C
Chage
I declared something like this and caught an UMR by using Purify.
main()
{
map<string, string> x;
exit(0);
}
below are part of the purify message:
map()
: _Mybase(key_compare(), allocator_type())
=> { // construct empty map from defaults
}
explicit map(const key_compare& _Pred)
Anyone has encountered this before? I am using VC++.Net ver7.0.9466
main()
{
map<string, string> x;
exit(0);
}
below are part of the purify message:
map()
: _Mybase(key_compare(), allocator_type())
=> { // construct empty map from defaults
}
explicit map(const key_compare& _Pred)
Anyone has encountered this before? I am using VC++.Net ver7.0.9466