I have been getting an Debug Assertion Failed! error
dbgheap.c
line:1424
Expression: _pFirstBlock == pHead
json::value data;
data[U("entry1")] = json::value::string(U("data")); <==assertion
Release build produce no assertion error. Strangely that code is similar to the unit test in the SDK (I haven't tried the debug build).
Can you tell me what's wrong with this? So I am not sure if it's really a problem or something I can ignore (or suppress preferably).
dbgheap.c
line:1424
Expression: _pFirstBlock == pHead
json::value data;
data[U("entry1")] = json::value::string(U("data")); <==assertion
Release build produce no assertion error. Strangely that code is similar to the unit test in the SDK (I haven't tried the debug build).
Can you tell me what's wrong with this? So I am not sure if it's really a problem or something I can ignore (or suppress preferably).