You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test_basic`gcpp::deferred_ptr<widget>::operator->(this=0x0000007fffffedd8) const at deferred_heap.h:511:4
Expects(get() && "attempt to dereference null");
test_basic`test_deferred_allocator_vector() at test.cpp:285:6
v.push_back(i); // i = 1
When compiling the code with STL's STL (that comes with VS2017)
it fails at deferred_heap.h:511
The text was updated successfully, but these errors were encountered: