Do different compilers handle shared_ptr assignment differently?
I am running into an issue in my code where I get a memory access violation error when trying to set a member variable of type shared_ptr on class Node equal to another shared_ptr which is passed into the setter method for this member variable called setMarkerPtr. I created a minimal reproducible example but to… Read More Do different compilers handle shared_ptr assignment differently?