From 8e1c4783692824238b2d55f8e00bd996261d521c Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 15 May 2016 18:06:28 -0700 Subject: 2965 - update refcounts when copying containers This is hopefully quite thorough. I handle nested containers, as well as exclusive containers that might contain addresses only when the tag has a specific value. --- 003trace.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to '003trace.cc') diff --git a/003trace.cc b/003trace.cc index 8859ae96..65f38eca 100644 --- a/003trace.cc +++ b/003trace.cc @@ -166,6 +166,9 @@ if (Passed && !Hide_errors && trace_count("error") > 0) { ++Num_failures; } +// Just for debugging. +#define dbg trace(0, "a") + :(before "End Types") struct end {}; :(before "End Tracing") -- cgit 1.4.1-2-gfad0